Searched refs:sInstructedCallbackMethods (Results 1 – 2 of 2) sorted by relevance
65 public static Queue<Pair<Integer, CallbackMethod>> sInstructedCallbackMethods = field in CtsRecognitionService206 if (sInstructedCallbackMethods.isEmpty()) { in processInstructedCallback()210 Pair<Integer, CallbackMethod> callbackInstruction = sInstructedCallbackMethods.poll(); in processInstructedCallback()
399 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()