Searched defs:getDisabledShowContext (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/core/java/android/service/voice/ | ||
H A D | VoiceInteractionService.java | 172 public int getDisabledShowContext() { method in class:VoiceInteractionService 174 return mSystemService.getDisabledShowContext(); |
H A D | VoiceInteractionSession.java | 1057 * 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 D | VoiceInteractionManagerService.java | 592 public int getDisabledShowContext() { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub 595 Slog.w(TAG, "getDisabledShowContext without running voice interaction service"); |
Completed in 34 milliseconds