Searched defs:mAssistUtils (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java56 protected final AssistUtils mAssistUtils; field in class:AssistManager
84 mAssistUtils = new AssistUtils(context);
91 mAssistUtils.registerVoiceInteractionSessionListener(
146 mAssistUtils.hideCurrentSession();
223 mAssistUtils.showSessionForActiveService(args,
228 mAssistUtils.launchVoiceAssistFromKeyguard();
232 return mAssistUtils.activeServiceSupportsLaunchFromKeyguard();
236 return mAssistUtils.getActiveServiceComponentName();
240 return mAssistUtils.isSessionRunning();
285 return mAssistUtils
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java122 AssistUtils mAssistUtils; field in class:SystemServicesProxy
210 mAssistUtils = new AssistUtils(context);
236 mAssistComponent = mAssistUtils.getAssistComponentForUser(UserHandle.myUserId());

Completed in 58 milliseconds