/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockConditionProvider.java | 37 private boolean mConnected = false; field in MockConditionProvider 52 mConnected = false; in onDestroy() 62 return mConnected; in isConnected() 87 mConnected = true; in onConnected()
|
/cts/tests/app/src/android/app/cts/ |
D | IntentServiceTest.java | 35 private boolean mConnected; field in IntentServiceTest 102 return mConnected; in testIntentServiceLifeCycle() 117 mConnected = true; in onServiceConnected()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarBluetoothTest.java | 162 boolean mConnected; field in CarBluetoothTest.ProfileInfo 166 mConnected = false; in ProfileInfo() 202 sRequiredBluetoothProfiles.get(profile).mConnected = true; in onServiceConnected() 219 sRequiredBluetoothProfiles.get(profile).mConnected = false; in onServiceDisconnected() 276 if (!sRequiredBluetoothProfiles.get(profile).mConnected) { in checkProfileConnections() 303 sRequiredBluetoothProfiles.get(profile).mConnected = false; in clearProfileStatuses()
|
/cts/tests/translation/src/android/translation/cts/ |
D | CtsContentCaptureService.java | 63 sServiceWatcher.mConnected.countDown(); in onConnected() 151 private final CountDownLatch mConnected = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher 159 await(mConnected, "not connected"); in waitOnConnected()
|
D | CtsTranslationService.java | 98 sServiceWatcher.mConnected.countDown(); in onConnected() 367 private final CountDownLatch mConnected = new CountDownLatch(1); field in CtsTranslationService.ServiceWatcher 374 await(mConnected, "not created"); in waitOnConnected() 393 return "mService: " + mService + " created: " + (mConnected.getCount() == 0) in toString()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InstrumentedAutoFillService.java | 109 private boolean mConnected; field in InstrumentedAutoFillService 201 if (mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onConnected() 205 mConnected = true; in onConnected() 212 if (!mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onDisconnected() 217 mConnected = false; in onDisconnected() 230 if (!mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onFillRequest() 256 if (!mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onSaveRequest() 333 pw.print("mConnected: "); pw.println(mConnected); in dump()
|
/cts/tests/tests/car/src/android/car/app/cts/ |
D | CarActivityManagerTest.java | 293 private boolean mConnected = false; field in CarActivityManagerTest.TestCarTaskViewControllerCallback 297 mConnected = true; in onConnected() 302 mConnected = false; in onDisconnected() 306 return mConnected; in isConnected()
|
D | CarTaskViewControllerTest.java | 501 private boolean mConnected = false; field in CarTaskViewControllerTest.TestCarTaskViewControllerCallback 506 mConnected = true; in onConnected() 512 mConnected = false; in onDisconnected() 517 return mConnected; in isConnected()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityDisplayProxyTest.java | 1377 waitOn(mA11yProxy.mWaitObject, ()-> mA11yProxy.mConnected.get(), TIMEOUT_MS, in testOnA11yServicesStateChanged_moveAppToVirtualDisplay_notifiesApp() 1445 waitOn(mA11yProxy.mWaitObject, ()-> mA11yProxy.mConnected.get(), TIMEOUT_MS, in registerProxyAndWaitForConnection() 1880 AtomicBoolean mConnected = new AtomicBoolean(); field in AccessibilityDisplayProxyTest.MyA11yProxy 1904 mConnected.set(true); in onProxyConnected()
|