Lines Matching refs:mImpl

179         VoiceInteractionManagerServiceImpl mImpl;
191 if (mImpl == null) return;
195 mImpl.showSessionLocked(options,
205 mImpl.mActiveSession.mSession,
206 mImpl.mActiveSession.mInteractor);
216 if (mImpl == null) return;
220 mImpl.finishLocked(callingActivity, true);
227 if (mImpl == null) return false;
229 return mImpl.supportsLocalVoiceInteraction();
407 if (force || mImpl == null || mImpl.mUser != mCurUser
408 || !mImpl.mComponent.equals(serviceComponent)) {
410 if (mImpl != null) {
411 mImpl.shutdownLocked();
414 mImpl = new VoiceInteractionManagerServiceImpl(mContext,
416 mImpl.startLocked();
418 mImpl = null;
565 if (mImpl == null || mImpl.mService == null
566 || service.asBinder() != mImpl.mService.asBinder()) {
572 mImpl.showSessionLocked(args, flags, null, null);
583 if (mImpl == null) {
589 return mImpl.deliverNewSessionLocked(token, session, interactor);
599 if (mImpl == null) {
605 return mImpl.showSessionLocked(sessionArgs, flags, null, null);
615 if (mImpl == null) {
621 return mImpl.hideSessionLocked();
631 if (mImpl == null) {
639 return mImpl.startVoiceActivityLocked(callingPid, callingUid, token,
650 if (mImpl == null) {
658 return mImpl.startAssistantActivityLocked(callingPid, callingUid, token,
669 if (mImpl == null) {
675 mImpl.setKeepAwakeLocked(token, keepAwake);
685 if (mImpl == null) {
691 mImpl.closeSystemDialogsLocked(token);
701 if (mImpl == null) {
707 mImpl.finishLocked(token, false);
717 if (mImpl == null) {
724 mImpl.setDisabledShowContextLocked(callingUid, flags);
734 if (mImpl == null) {
741 return mImpl.getDisabledShowContextLocked(callingUid);
751 if (mImpl == null) {
759 return mImpl.getUserDisabledShowContextLocked(callingUid);
797 if (mImpl != null && mImpl.mService != null) {
798 mImpl.notifySoundModelsChangedLocked();
833 if (mImpl != null && mImpl.mService != null) {
834 mImpl.notifySoundModelsChangedLocked();
848 if (mImpl == null || mImpl.mService == null
849 || service.asBinder() != mImpl.mService.asBinder()) {
874 if (mImpl == null || mImpl.mService == null
875 || service == null || service.asBinder() != mImpl.mService.asBinder()) {
895 if (mImpl == null || mImpl.mService == null
896 || service == null || service.asBinder() != mImpl.mService.asBinder()) {
935 if (mImpl == null || mImpl.mService == null
936 || service == null || service.asBinder() != mImpl.mService.asBinder()) {
969 return mImpl != null ? mImpl.mComponent : null;
978 if (mImpl == null) {
985 return mImpl.showSessionLocked(args,
1000 if (mImpl == null) {
1005 if (mImpl.mActiveSession != null && mImpl.mActiveSession.mSession != null) {
1007 mImpl.mActiveSession.mSession.closeSystemDialogs();
1022 if (mImpl == null) {
1029 mImpl.launchVoiceAssistFromKeyguard();
1040 return mImpl != null && mImpl.mActiveSession != null;
1048 return mImpl != null && mImpl.mInfo != null && mImpl.mInfo.getSupportsAssist();
1056 return mImpl != null && mImpl.mInfo != null
1057 && mImpl.mInfo.getSupportsLaunchFromKeyguard();
1065 if (mImpl == null) {
1070 if (mImpl.mActiveSession != null && mImpl.mActiveSession.mSession != null) {
1072 mImpl.mActiveSession.mSession.onLockscreenShown();
1131 if (mImpl == null) {
1135 mImpl.dumpLocked(fd, pw, args);
1187 if (mImpl != null) {
1188 mImpl.shutdownLocked();
1189 mImpl = null;
1285 if (mImpl != null && curInteractor.getPackageName().equals(
1286 mImpl.mComponent.getPackageName())) {