Searched refs:waitForNoIntent (Results 1 – 5 of 5) sorted by relevance
190 Intent intent = TestUtils.waitForNoIntent(timeoutMs, mConnectionStateChangedQueue); in verifyNoConnectionStateIntent()206 Intent intent = TestUtils.waitForNoIntent(timeoutMs, mAudioStateChangedQueue); in verifyNoAudioStateIntent()221 Intent intent = TestUtils.waitForNoIntent(timeoutMs, mCodecConfigChangedQueue); in verifyNoCodecConfigIntent()
227 public static Intent waitForNoIntent(int timeoutMs, BlockingQueue<Intent> queue) { in waitForNoIntent() method in TestUtils
714 Intent intent = TestUtils.waitForNoIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyNoConnectionStateIntent()
183 Intent intent = TestUtils.waitForNoIntent(timeoutMs, mDeviceQueueMap.get(device)); in verifyNoConnectionStateIntent()
593 TestUtils.waitForNoIntent(ASYNC_CALL_TIMEOUT_MILLIS, mActiveDeviceChangedQueue); in testDialingOutCall_NormalDialingOut()