Searched refs:VERIFY_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance
/cts/tests/musicrecognition/src/android/musicrecognition/cts/ |
D | MusicRecognitionManagerTest.java | 76 private static final long VERIFY_TIMEOUT_MS = 40_000; field in MusicRecognitionManagerTest 138 verify(mCallback, timeout(VERIFY_TIMEOUT_MS)).onAudioStreamClosed(); in testOnRecognitionFailed() 139 verify(mCallback, timeout(VERIFY_TIMEOUT_MS)).onRecognitionFailed(any(), in testOnRecognitionFailed() 153 verify(mCallback, timeout(VERIFY_TIMEOUT_MS)).onAudioStreamClosed(); in testOnRecognitionSucceeded() 154 verify(mCallback, timeout(VERIFY_TIMEOUT_MS)).onRecognitionSucceeded(eq(request), in testOnRecognitionSucceeded() 172 verify(mCallback, timeout(VERIFY_TIMEOUT_MS)).onAudioStreamClosed(); in testRemovesBindersFromBundle() 173 verify(mCallback, timeout(VERIFY_TIMEOUT_MS)).onRecognitionSucceeded(eq(request), in testRemovesBindersFromBundle() 196 verify(mCallback, timeout(VERIFY_TIMEOUT_MS)).onRecognitionFailed(any(), in testDoesntBindToForeignService()
|
/cts/tests/smartspace/src/android/smartspace/cts/ |
D | SmartspaceManagerTest.java | 74 private static final long VERIFY_TIMEOUT_MS = 5_000; field in SmartspaceManagerTest 142 verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS).times(2)) in testRequestSmartspaceUpdate() 180 verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS).times(4)) in testRequestSmartspaceUpdateForMultipleSessions() 200 verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS)) in testNotifySmartspaceEvent()
|
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/ |
D | ContentSuggestionsManagerTest.java | 65 private static final long VERIFY_TIMEOUT_MS = 5_000; field in ContentSuggestionsManagerTest 169 return verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS)); in verifyService()
|
/cts/tests/searchui/src/android/searchuiservice/cts/ |
D | SearchUiManagerTest.java | 85 private static final long VERIFY_TIMEOUT_MS = 5_000; field in SearchUiManagerTest 188 verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS)) in testNotifyEvent() 255 verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS)) in testQuery_params()
|
/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/ |
D | WallpaperEffectsGenerationManagerTest.java | 70 private static final long VERIFY_TIMEOUT_MS = 5_000; field in WallpaperEffectsGenerationManagerTest 209 return verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS)); in verifyService()
|