Searched refs:getUserDisabledShowContextLocked (Results 1 – 3 of 3) sorted by relevance
285 public int getUserDisabledShowContextLocked(int callingUid) { in getUserDisabledShowContextLocked() method in VoiceInteractionManagerServiceImpl291 return mActiveSession != null ? mActiveSession.getUserDisabledShowContextLocked() : 0; in getUserDisabledShowContextLocked()
213 public int getUserDisabledShowContextLocked() { in getUserDisabledShowContextLocked() method in VoiceInteractionSessionConnection242 disabledContext |= getUserDisabledShowContextLocked(); in showLocked()
759 return mImpl.getUserDisabledShowContextLocked(callingUid); in getUserDisabledShowContext()