Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DAlwaysOnHotwordDetectorTest.java279 mInstrumentationObserver.getGlobalCallbackObserver().getInstrumentation().triggerRestart(); in testHalIsDead_onFailureReceived()
304 mInstrumentationObserver.getGlobalCallbackObserver().getInstrumentation(); in testRecognitionResumedFailed_onFailureReceived()
346 mInstrumentationObserver.getGlobalCallbackObserver().getInstrumentation(); in testAbortRecognitionAndOnResourceAvailable_recognitionPausedAndResumed()
353 .getGlobalCallbackObserver().getOnModelLoadedFuture().get(); in testAbortRecognitionAndOnResourceAvailable_recognitionPausedAndResumed()
687 mInstrumentationObserver.getGlobalCallbackObserver().getInstrumentation(); in testOnPhoneCall_recognitionPausedAndResumed()
688 final var modelSessionFuture = mInstrumentationObserver.getGlobalCallbackObserver() in testOnPhoneCall_recognitionPausedAndResumed()
739 mInstrumentationObserver.getGlobalCallbackObserver().getInstrumentation(); in testStartRecognitionDuringContention_succeedsPausesThenResumes()
827 mInstrumentationObserver.getGlobalCallbackObserver().getInstrumentation(); in testStartRecognitionFail_leavesModelUnrequested()
965 mInstrumentationObserver.getGlobalCallbackObserver().getInstrumentation(); in testAppOpsLostReacquired_recognitionPausedResumed()
966 final var modelSessionFuture = mInstrumentationObserver.getGlobalCallbackObserver() in testAppOpsLostReacquired_recognitionPausedResumed()
[all …]
/cts/tests/tests/soundtrigger/src/android/soundtrigger/cts/instrumentation/
DSoundTriggerInstrumentationObserver.java355 public GlobalCallbackObserver getGlobalCallbackObserver() { in getGlobalCallbackObserver() method in SoundTriggerInstrumentationObserver
364 return Futures.transformAsync(getGlobalCallbackObserver().getOnModelLoadedFuture(), in getOnRecognitionStartedFuture()
/cts/tests/tests/soundtrigger/src/android/soundtrigger/cts/
DSoundTriggerManagerTest.java325 mInstrumentationObserver.getGlobalCallbackObserver().getOnModelLoadedFuture(); in testStartTriggerStopRecognitionRace_doesNotFail()