OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getUserDisabledShowContextLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java
257
public int
getUserDisabledShowContextLocked
(int callingUid) {
263
return mActiveSession != null ? mActiveSession.
getUserDisabledShowContextLocked
() : 0;
VoiceInteractionSessionConnection.java
212
public int
getUserDisabledShowContextLocked
() {
241
disabledContext |=
getUserDisabledShowContextLocked
();
Completed in 107 milliseconds