Searched refs:mCreated (Results 1 – 4 of 4) sorted by relevance
57 private boolean mCreated; field in VirtualDisplayHelper78 mCreated = true; in createAndWaitForDisplay()94 if (mCreated) { in releaseDisplay()99 mCreated = false; in releaseDisplay()
235 private final CountDownLatch mCreated = new CountDownLatch(1); field in ServiceWatcher254 sServiceWatcher.mCreated.countDown(); in onConnected()274 await(mCreated, "not created"); in waitOnConnected()
135 sServiceWatcher.mCreated.countDown(); in onConnected()416 private final CountDownLatch mCreated = new CountDownLatch(1); field in ServiceWatcher423 await(mCreated, "not created"); in waitOnConnected()438 return "mService: " + mService + " created: " + (mCreated.getCount() == 0) in toString()
220 sServiceWatcher.mCreated.countDown(); in onConnected()599 private final CountDownLatch mCreated = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher608 await(mCreated, "not created"); in waitOnCreate()644 return "mService: " + mService + " created: " + (mCreated.getCount() == 0) in toString()