Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
H A DCtsRecognitionService.java65 public static Queue<Pair<Integer, CallbackMethod>> sInstructedCallbackMethods = field in CtsRecognitionService
206 if (sInstructedCallbackMethods.isEmpty()) { in processInstructedCallback()
210 Pair<Integer, CallbackMethod> callbackInstruction = sInstructedCallbackMethods.poll(); in processInstructedCallback()
H A DAbstractRecognitionServiceTest.java399 CtsRecognitionService.sInstructedCallbackMethods.clear(); in executeSequenceTest()
419 CtsRecognitionService.sInstructedCallbackMethods.add(new Pair<>( in executeSequenceTest()
472 () -> CtsRecognitionService.sInstructedCallbackMethods.isEmpty()); in executeSequenceTest()
515 assertThat(CtsRecognitionService.sInstructedCallbackMethods).isEmpty(); in executeSequenceTest()