Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java71 public class VoiceInteractionService extends Service { class
72 static final String TAG = VoiceInteractionService.class.getSimpleName();
96 VoiceInteractionService::onReady, VoiceInteractionService.this));
102 VoiceInteractionService::onShutdownInternal, VoiceInteractionService.this));
108 VoiceInteractionService::onSoundModelsChangedInternal,
109 VoiceInteractionService.this));
115 VoiceInteractionService::onLaunchVoiceAssistFromKeyguard,
116 VoiceInteractionService.this));
123 PooledLambda.obtainMessage(VoiceInteractionService::onHandleVoiceActionCheck,
124 VoiceInteractionService.this,
[all …]
H A DVoiceInteractionServiceInfo.java100 VoiceInteractionService.SERVICE_META_DATA)) { in VoiceInteractionServiceInfo()
102 mParseError = "No " + VoiceInteractionService.SERVICE_META_DATA in VoiceInteractionServiceInfo()
123 com.android.internal.R.styleable.VoiceInteractionService); in VoiceInteractionServiceInfo()
/aosp12/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionService.java20 import android.service.voice.VoiceInteractionService;
22 public class AssistInteractionService extends VoiceInteractionService {
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DServiceLiveData.kt29 import android.service.voice.VoiceInteractionService
89 if (intentAction == VoiceInteractionService.SERVICE_INTERFACE) {
141 if (intentAction == VoiceInteractionService.SERVICE_INTERFACE &&
206 VoiceInteractionService.SERVICE_INTERFACE -> {
/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionService.java23 import android.service.voice.VoiceInteractionService;
29 public class MainInteractionService extends VoiceInteractionService {
H A DTestInteractionActivity.java25 import android.service.voice.VoiceInteractionService;
61 if (!VoiceInteractionService.isActiveService(this, in onCreate()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
H A DDefaultAssistantPickerEntryPreferenceController.java26 import android.service.voice.VoiceInteractionService;
48 VoiceInteractionService.SERVICE_INTERFACE);
/aosp12/packages/apps/Settings/src/com/android/settings/applications/assist/
H A DDefaultAssistPreferenceController.java26 import android.service.voice.VoiceInteractionService;
73 final Intent probe = new Intent(VoiceInteractionService.SERVICE_INTERFACE) in getSettingIntent()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/model/
H A DAssistantRoleBehavior.java31 import android.service.voice.VoiceInteractionService;
58 new Intent(VoiceInteractionService.SERVICE_INTERFACE);
196 VoiceInteractionService.SERVICE_META_DATA)) { in isAssistantVoiceInteractionService()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
H A DVoiceInputInfoProvider.java28 import android.service.voice.VoiceInteractionService;
60 VoiceInteractionService.SERVICE_INTERFACE);
/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/
H A DCarVoiceInteractionSession.java22 import android.service.voice.VoiceInteractionService;
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
H A DHibernationPolicy.kt55 import android.service.voice.VoiceInteractionService
637 VoiceInteractionService.SERVICE_INTERFACE,
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java59 import android.service.voice.VoiceInteractionService;
681 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in startLocked()
H A DVoiceInteractionSessionConnection.java60 import android.service.voice.VoiceInteractionService;
222 mBindIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in VoiceInteractionSessionConnection()
H A DVoiceInteractionManagerService.java77 import android.service.voice.VoiceInteractionService;
694 new Intent(VoiceInteractionService.SERVICE_INTERFACE).setPackage(packageName), in queryInteractorServices()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48596 Landroid/R$styleable;->VoiceInteractionService:[I
53931 Landroid/service/voice/VoiceInteractionService;->mHandler:Landroid/service/voice/VoiceInteractionSe…
53935 Landroid/service/voice/VoiceInteractionService;->mLock:Ljava/lang/Object;
53936 Landroid/service/voice/VoiceInteractionService;->MSG_LAUNCH_VOICE_ASSIST_FROM_KEYGUARD:I
53937 Landroid/service/voice/VoiceInteractionService;->MSG_READY:I
53938 Landroid/service/voice/VoiceInteractionService;->MSG_SHUTDOWN:I
53939 Landroid/service/voice/VoiceInteractionService;->MSG_SOUND_MODELS_CHANGED:I
53941 Landroid/service/voice/VoiceInteractionService;->onShutdownInternal()V
53942 Landroid/service/voice/VoiceInteractionService;->onSoundModelsChangedInternal()V
53943 Landroid/service/voice/VoiceInteractionService;->safelyShutdownHotwordDetector()V
[all …]
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10657 public class VoiceInteractionService extends android.app.Service {
H A Dcurrent.txt39021 public class VoiceInteractionService extends android.app.Service {
39022 ctor public VoiceInteractionService();
39033 …eld public static final String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt27174 public class VoiceInteractionService extends android.app.Service {
27175 ctor public VoiceInteractionService();
27182 … static final java.lang.String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";