Searched refs:mLatchForDropBox (Results 1 – 2 of 2) sorted by relevance
51 private CountDownLatch mLatchForDropBox; field in EmergencyCallTests71 mLatchForDropBox = new CountDownLatch(3); //expect 3 entries in setUp()187 mLatchForDropBox.countDown(); in testEmergencyCallFailureCreatesDropboxEntries()207 boolean result = mLatchForDropBox.await(13000L, TimeUnit.MILLISECONDS); in testEmergencyCallFailureCreatesDropboxEntries()
392 private CountDownLatch mLatchForDropBox; field in TelephonyManagerTest603 mLatchForDropBox = new CountDownLatch(1); in setUp()7196 mLatchForDropBox.countDown(); in testPersistEmergencyCallDiagnosticData()7237 assertTrue(mLatchForDropBox.await(DROP_BOX_LATCH_TIMEOUT, TimeUnit.MILLISECONDS)); in persistCallDiagnostics()7238 mLatchForDropBox = new CountDownLatch(1); in persistCallDiagnostics()