Searched defs:getDisabledShowContext (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java172 public int getDisabledShowContext() { method in class:VoiceInteractionService
174 return mSystemService.getDisabledShowContext();
H A DVoiceInteractionSession.java1057 * Equivalent to {@link VoiceInteractionService#getDisabledShowContext
1058 * VoiceInteractionService.getDisabledShowContext}.
1060 public int getDisabledShowContext() { method in class:VoiceInteractionSession
1062 return mSystemService.getDisabledShowContext();
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java592 public int getDisabledShowContext() { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
595 Slog.w(TAG, "getDisabledShowContext without running voice interaction service");

Completed in 34 milliseconds