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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java136 private final boolean mEnableService; field in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
139 mEnableService = shouldEnableService(mContext.getResources());
166 if (curInteractorStr == null && curRecognizer != null && mEnableService) {
198 if (!mEnableService && curInteractorStr != null) {
231 if (curInteractorInfo == null && mEnableService) {
929 pw.println(" mEnableService: " + mEnableService);

Completed in 139 milliseconds