Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java183 private final boolean mEnableService; field in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
186 mEnableService = shouldEnableService(mContext.getResources()); in VoiceInteractionManagerServiceStub()
256 if (curInteractorStr == null && curRecognizer != null && mEnableService) { in initForUser()
288 if (!mEnableService && curInteractorStr != null) { in initForUser()
325 if (curInteractorInfo == null && mEnableService) { in initForUser()
1130 pw.println(" mEnableService: " + mEnableService); in dump()