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/
DVoiceInteractionManagerServiceImpl.java285 public int getUserDisabledShowContextLocked(int callingUid) { in getUserDisabledShowContextLocked() method in VoiceInteractionManagerServiceImpl
291 return mActiveSession != null ? mActiveSession.getUserDisabledShowContextLocked() : 0; in getUserDisabledShowContextLocked()
DVoiceInteractionSessionConnection.java213 public int getUserDisabledShowContextLocked() { in getUserDisabledShowContextLocked() method in VoiceInteractionSessionConnection
242 disabledContext |= getUserDisabledShowContextLocked(); in showLocked()
DVoiceInteractionManagerService.java759 return mImpl.getUserDisabledShowContextLocked(callingUid); in getUserDisabledShowContext()