Searched refs:mAssistManager (Results 1 – 3 of 3) sorted by relevance
160 private AssistManager mAssistManager; field in KeyguardBottomAreaView267 mAssistManager = Dependency.get(AssistManager.class); in onFinishInflate()592 mAssistManager.launchVoiceAssistFromKeyguard(); in launchVoiceAssist()606 return mAssistManager.canVoiceAssistBeLaunchedFromKeyguard(); in canLaunchVoiceAssist()694 mAssistManager.getVoiceInteractorComponentName()); in updateLeftPreview()
640 mAssistManager = Dependency.get(AssistManager.class); in start()2938 mAssistManager.hideAssist(); in startActivityDismissingKeyguard()3390 mAssistManager.destroy(); in destroy()3494 mAssistManager.onLockscreenShown(); in showKeyguard()4302 mAssistManager.hideAssist(); in handleRemoteViewClick()5019 protected AssistManager mAssistManager;5168 mAssistManager.hideAssist(); in onNotificationClicked()5427 mAssistManager.hideAssist(); in startPendingIntentDismissingKeyguard()5569 if (mAssistManager != null) { in showAssistDisclosure()5570 mAssistManager.showDisclosure(); in showAssistDisclosure()[all …]
128 protected AssistManager mAssistManager; field in NavigationBarFragment223 mAssistManager = Dependency.get(AssistManager.class); in onCreate()821 mAssistManager.startAssist(new Bundle() /* args */); in onHomeLongClick()