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

  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 285 public int getUserDisabledShowContextLocked(int callingUid) {
291 return mActiveSession != null ? mActiveSession.getUserDisabledShowContextLocked() : 0;
VoiceInteractionSessionConnection.java 213 public int getUserDisabledShowContextLocked() {
242 disabledContext |= getUserDisabledShowContextLocked();
VoiceInteractionManagerService.java     [all...]

Completed in 237 milliseconds