Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DAssistantAppHelper.kt41 Settings.Secure.VOICE_INTERACTION_SERVICE
47 Settings.Secure.VOICE_INTERACTION_SERVICE,
60 Settings.Secure.VOICE_INTERACTION_SERVICE,
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java515 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle); in initForUserNoTracing()
719 mResolver, Settings.Secure.VOICE_INTERACTION_SERVICE, mCurUser); in switchImplementationIfNeededNoTracingLocked()
817 Settings.Secure.VOICE_INTERACTION_SERVICE, userHandle); in getCurInteractor()
830 Settings.Secure.VOICE_INTERACTION_SERVICE, in setCurInteractor()
2265 Settings.Secure.VOICE_INTERACTION_SERVICE, "", userId); in onRoleHoldersChanged()
2293 Settings.Secure.VOICE_INTERACTION_SERVICE, serviceComponentName, in onRoleHoldersChanged()
2312 Settings.Secure.VOICE_INTERACTION_SERVICE, "", userId); in onRoleHoldersChanged()
2324 Settings.Secure.VOICE_INTERACTION_SERVICE), false, this, in SettingsObserver()
2447 Settings.Secure.VOICE_INTERACTION_SERVICE, mCurUser);
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java280 Settings.Secure.VOICE_INTERACTION_SERVICE); in isActiveService()
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt142 IntentName: android.provider.Settings.Secure#VOICE_INTERACTION_SERVICE:
143 Intent action constant name must be ACTION_FOO: VOICE_INTERACTION_SERVICE
904 NoSettingsProvider: android.provider.Settings.Secure#VOICE_INTERACTION_SERVICE:
905 …New setting keys are not allowed (Field: VOICE_INTERACTION_SERVICE); use getters/setters in releva…
H A Dtest-current.txt2764 field public static final String VOICE_INTERACTION_SERVICE = "voice_interaction_service";
/aosp14/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java815 Settings.Secure.VOICE_INTERACTION_SERVICE,
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2630 Settings.Secure.VOICE_INTERACTION_SERVICE, UserHandle.USER_CURRENT); in updateAssistantUIdLocked()
2640 + Settings.Secure.VOICE_INTERACTION_SERVICE + ": " + assistantName); in updateAssistantUIdLocked()
9467 Settings.Secure.VOICE_INTERACTION_SERVICE), false, this); in SettingsObserver()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java2656 Settings.Secure.VOICE_INTERACTION_SERVICE, in dumpProtoSecureSettingsLocked()
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java7213 public static final String VOICE_INTERACTION_SERVICE = "voice_interaction_service"; field in Settings.Secure