Home
last modified time | relevance | path

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

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