Home
last modified time | relevance | path

Searched refs:initShowSessionLatch (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionServiceNoExistingSessionServiceTest.java88 BaseVoiceInteractionService.initShowSessionLatch(); in testShowSessionWithNullArgs_onShowSessionFailedCalledHasId()
104 BaseVoiceInteractionService.initShowSessionLatch(); in testShowSession_onShowSessionFailedCalled()
DVoiceInteractionServiceTest.java319 BaseVoiceInteractionService.initShowSessionLatch(); in testShowSession_onPrepareToShowSessionCalled()
334 BaseVoiceInteractionService.initShowSessionLatch(); in testShowSessionWithNullArgs_onPrepareToShowSessionCalledHasId()
350 BaseVoiceInteractionService.initShowSessionLatch(); in testShowSession_onPrepareToShowSessionCalledTwiceIdIsDifferent()
360 BaseVoiceInteractionService.initShowSessionLatch(); in testShowSession_onPrepareToShowSessionCalledTwiceIdIsDifferent()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java299 public static void initShowSessionLatch() { in initShowSessionLatch() method in BaseVoiceInteractionService