Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java279 int disabledContext, @Nullable IVoiceInteractionSessionShowCallback showCallback, in showLocked() argument
295 disabledContext |= getUserDisabledShowContextLocked(); in showLocked()
308 (disabledContext & VoiceInteractionSession.SHOW_WITH_ASSIST) == 0; in showLocked()
331 (disabledContext & VoiceInteractionSession.SHOW_WITH_SCREENSHOT) == 0, in showLocked()