Loading telecomm/java/android/telecom/ConnectionService.java +9 −0 Original line number Diff line number Diff line Loading @@ -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
telecomm/java/android/telecom/ConnectionService.java +9 −0 Original line number Diff line number Diff line Loading @@ -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; } }