Home
last modified time | relevance | path

Searched refs:getUserDisabledShowContextLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java265 public int getUserDisabledShowContextLocked() { in getUserDisabledShowContextLocked() method in VoiceInteractionSessionConnection
295 disabledContext |= getUserDisabledShowContextLocked(); in showLocked()
DVoiceInteractionManagerServiceImpl.java540 public int getUserDisabledShowContextLocked(int callingUid) { in getUserDisabledShowContextLocked() method in VoiceInteractionManagerServiceImpl
546 return mActiveSession != null ? mActiveSession.getUserDisabledShowContextLocked() : 0; in getUserDisabledShowContextLocked()
DVoiceInteractionManagerService.java1320 return mImpl.getUserDisabledShowContextLocked(callingUid); in getUserDisabledShowContext()