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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java59 private final AssistUtils mAssistUtils; field in class:AssistManager
96 mAssistUtils = new AssistUtils(context);
142 mAssistUtils.hideCurrentSession();
222 mAssistUtils.showSessionForActiveService(args,
227 mAssistUtils.launchVoiceAssistFromKeyguard();
231 return mAssistUtils.activeServiceSupportsLaunchFromKeyguard();
235 return mAssistUtils.getActiveServiceComponentName();
239 return mAssistUtils.isSessionRunning();
292 mAssistComponent = mAssistUtils.getAssistComponentForUser(UserHandle.USER_CURRENT);
309 mAssistUtils
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java106 AssistUtils mAssistUtils; field in class:SystemServicesProxy
128 mAssistUtils = new AssistUtils(context);
148 mAssistComponent = mAssistUtils.getAssistComponentForUser(UserHandle.myUserId());

Completed in 58 milliseconds