Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
H A DAbstractRecognitionServiceTest.java481 .mExpectedClientCallbackMethods.size()); in executeSequenceTest()
512 assertThat(ri.mCallbackMethodsInvoked).isEqualTo(sei.mExpectedClientCallbackMethods); in executeSequenceTest()
546 private final List<CallbackMethod> mExpectedClientCallbackMethods; field in AbstractRecognitionServiceTest.SequenceExecutionInfo
560 mExpectedClientCallbackMethods = expectedClientCallbackMethods; in SequenceExecutionInfo()