Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionServiceTest.java323 final Bundle resultArgs = mService.getPrepareToShowSessionArgs(); in testShowSession_onPrepareToShowSessionCalled()
338 final Bundle resultArgs = mService.getPrepareToShowSessionArgs(); in testShowSessionWithNullArgs_onPrepareToShowSessionCalledHasId()
355 Bundle resultArgs = mService.getPrepareToShowSessionArgs(); in testShowSession_onPrepareToShowSessionCalledTwiceIdIsDifferent()
365 resultArgs = mService.getPrepareToShowSessionArgs(); in testShowSession_onPrepareToShowSessionCalledTwiceIdIsDifferent()
DVoiceInteractionServiceNoExistingSessionServiceTest.java109 final Bundle triggeredArgs = mService.getPrepareToShowSessionArgs(); in testShowSession_onShowSessionFailedCalled()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java478 public Bundle getPrepareToShowSessionArgs() { in getPrepareToShowSessionArgs() method in BaseVoiceInteractionService