Home
last modified time | relevance | path

Searched refs:VERIFY_TIMEOUT_MS (Results 1 – 5 of 5) sorted by relevance

/cts/tests/musicrecognition/src/android/musicrecognition/cts/
DMusicRecognitionManagerTest.java76 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/
DSmartspaceManagerTest.java74 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/
DContentSuggestionsManagerTest.java65 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/
DSearchUiManagerTest.java85 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/
DWallpaperEffectsGenerationManagerTest.java70 private static final long VERIFY_TIMEOUT_MS = 5_000; field in WallpaperEffectsGenerationManagerTest
209 return verify(mWatcher.verifier, timeout(VERIFY_TIMEOUT_MS)); in verifyService()