Searched refs:mEnableService (Results 1 – 1 of 1) sorted by relevance
183 private final boolean mEnableService; field in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub186 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()