Merge "Add unit test init method." into sc-dev
This commit is contained in:
commit
2ac5334517
@ -3448,4 +3448,13 @@ public abstract class ConnectionService extends Service {
|
||||
public Handler getHandler() {
|
||||
return mHandler;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets this {@link ConnectionService} ready for testing purposes.
|
||||
* @hide
|
||||
*/
|
||||
@VisibleForTesting
|
||||
public void setReadyForTest() {
|
||||
mAreAccountsInitialized = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user