HomeSort by relevance Sort by last modified time
    Searched defs:getUserDisabledShowContextLocked (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 257 public int getUserDisabledShowContextLocked(int callingUid) {
263 return mActiveSession != null ? mActiveSession.getUserDisabledShowContextLocked() : 0;
VoiceInteractionSessionConnection.java 212 public int getUserDisabledShowContextLocked() {
241 disabledContext |= getUserDisabledShowContextLocked();

Completed in 107 milliseconds