Searched defs:getUserDisabledShowContextLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java244 public int getUserDisabledShowContextLocked(int callingUid) { method in class:VoiceInteractionManagerServiceImpl
250 return mActiveSession != null ? mActiveSession.getUserDisabledShowContextLocked() : 0;
H A DVoiceInteractionSessionConnection.java187 public int getUserDisabledShowContextLocked() { method in class:VoiceInteractionSessionConnection
215 disabledContext |= getUserDisabledShowContextLocked();

Completed in 64 milliseconds