OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUserDisabledShowContextLocked
(Results
1 - 3
of
3
) 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
();
VoiceInteractionManagerService.java
721
return mImpl.
getUserDisabledShowContextLocked
(callingUid);
[
all
...]
Completed in 3446 milliseconds