Searched refs:mConnected (Results 1 – 6 of 6) sorted by relevance
37 private boolean mConnected = false; field in MockConditionProvider52 mConnected = false; in onDestroy()62 return mConnected; in isConnected()87 mConnected = true; in onConnected()
35 private boolean mConnected; field in IntentServiceTest102 return mConnected; in testIntentServiceLifeCycle()117 mConnected = true; in onServiceConnected()
166 boolean mConnected; field in CarBluetoothTest.ProfileInfo170 mConnected = false; in ProfileInfo()206 sRequiredBluetoothProfiles.get(profile).mConnected = true; in onServiceConnected()223 sRequiredBluetoothProfiles.get(profile).mConnected = false; in onServiceDisconnected()280 if (!sRequiredBluetoothProfiles.get(profile).mConnected) { in checkProfileConnections()307 sRequiredBluetoothProfiles.get(profile).mConnected = false; in clearProfileStatuses()
63 sServiceWatcher.mConnected.countDown(); in onConnected()151 private final CountDownLatch mConnected = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher159 await(mConnected, "not connected"); in waitOnConnected()
93 sServiceWatcher.mConnected.countDown(); in onConnected()328 private final CountDownLatch mConnected = new CountDownLatch(1); field in CtsTranslationService.ServiceWatcher335 await(mConnected, "not created"); in waitOnConnected()354 return "mService: " + mService + " created: " + (mConnected.getCount() == 0) in toString()
108 private boolean mConnected; field in InstrumentedAutoFillService200 if (mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onConnected()204 mConnected = true; in onConnected()211 if (!mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onDisconnected()216 mConnected = false; in onDisconnected()229 if (!mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onFillRequest()252 if (!mConnected && FAIL_ON_INVALID_CONNECTION_STATE) { in onSaveRequest()329 pw.print("mConnected: "); pw.println(mConnected); in dump()