Searched refs:setDisabledShowContext (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java162 public void setDisabledShowContext(int flags) { method in class:VoiceInteractionService
164 mSystemService.setDisabledShowContext(flags);
170 * Return the value set by {@link #setDisabledShowContext}.
H A DVoiceInteractionSession.java1046 * Equivalent to {@link VoiceInteractionService#setDisabledShowContext
1047 * VoiceInteractionService.setDisabledShowContext(int)}.
1049 public void setDisabledShowContext(int flags) { method in class:VoiceInteractionSession
1051 mSystemService.setDisabledShowContext(flags);
/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractionManagerService.aidl40 void setDisabledShowContext(int flags);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java247 setDisabledShowContext(flags);
255 setDisabledShowContext(flags);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java575 public void setDisabledShowContext(int flags) { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
578 Slog.w(TAG, "setDisabledShowContext without running voice interaction service");

Completed in 12 milliseconds