HomeSort by relevance Sort by last modified time
    Searched refs:launchVoiceAssistFromKeyguard (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionService.aidl 26 void launchVoiceAssistFromKeyguard();
VoiceInteractionService.java 83 public void launchVoiceAssistFromKeyguard() throws RemoteException {
  /frameworks/base/core/java/com/android/internal/app/
AssistUtils.java 65 public void launchVoiceAssistFromKeyguard() {
68 mVoiceInteractionManagerService.launchVoiceAssistFromKeyguard();
71 Log.w(TAG, "Failed to call launchVoiceAssistFromKeyguard", e);
IVoiceInteractionManagerService.aidl 118 void launchVoiceAssistFromKeyguard();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 247 public void launchVoiceAssistFromKeyguard() {
248 mAssistUtils.launchVoiceAssistFromKeyguard();
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 344 public void launchVoiceAssistFromKeyguard() {
350 mService.launchVoiceAssistFromKeyguard();
352 Slog.w(TAG, "RemoteException while calling launchVoiceAssistFromKeyguard", e);
VoiceInteractionManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 592 mAssistManager.launchVoiceAssistFromKeyguard();
    [all...]

Completed in 274 milliseconds