Searched refs:getRecognitionService (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java167 public String getRecognitionService() { method in class:VoiceInteractionServiceInfo
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java333 if (curInteractorInfo.getRecognitionService() != null) {
336 curInteractorInfo.getRecognitionService()), userHandle);
1226 availInteractorInfo.getRecognitionService() != null) {
1229 availInteractorInfo.getRecognitionService()), mCurUser);
H A DVoiceInteractionManagerServiceImpl.java313 pw.print(" Recognition service="); pw.println(mInfo.getRecognitionService());

Completed in 98 milliseconds