Searched refs:mCreated (Results 1 – 3 of 3) sorted by relevance
61 private boolean mCreated; field in VirtualDisplayHelper83 mCreated = true; in createAndWaitForDisplay()106 if (mCreated) { in releaseDisplay()113 mCreated = false; in releaseDisplay()
131 sServiceWatcher.mCreated.countDown(); in onConnected()393 private final CountDownLatch mCreated = new CountDownLatch(1); field in CtsAugmentedAutofillService.ServiceWatcher400 await(mCreated, "not created"); in waitOnConnected()415 return "mService: " + mService + " created: " + (mCreated.getCount() == 0) in toString()
179 sServiceWatcher.mCreated.countDown(); in onConnected()480 private final CountDownLatch mCreated = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher488 await(mCreated, "not created"); in waitOnCreate()524 return "mService: " + mService + " created: " + (mCreated.getCount() == 0) in toString()