Home
last modified time | relevance | path

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

/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DCallbackMethod.java29 CALLBACK_METHOD_SEGMENTS_RESULTS, enumConstant
DSpeechRecognitionActivity.java255 mCallbackMethodsInvoked.add(CallbackMethod.CALLBACK_METHOD_SEGMENTS_RESULTS); in onSegmentResults()
DAbstractRecognitionServiceTest.java23 import static android.voicerecognition.cts.CallbackMethod.CALLBACK_METHOD_SEGMENTS_RESULTS;
659 CALLBACK_METHOD_SEGMENTS_RESULTS, in fromScenario()
666 CALLBACK_METHOD_SEGMENTS_RESULTS, in fromScenario()
DCtsRecognitionService.java247 case CALLBACK_METHOD_SEGMENTS_RESULTS: in processInstructedCallback()