Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java61 public class VoiceInteractionService extends Service { class
84 VoiceInteractionService::onReady, VoiceInteractionService.this));
90 VoiceInteractionService::onShutdownInternal, VoiceInteractionService.this));
96 VoiceInteractionService::onSoundModelsChangedInternal,
97 VoiceInteractionService.this));
103 VoiceInteractionService::onLaunchVoiceAssistFromKeyguard,
104 VoiceInteractionService.this));
111 PooledLambda.obtainMessage(VoiceInteractionService::onHandleVoiceActionCheck,
112 VoiceInteractionService.this,
DVoiceInteractionServiceInfo.java90 parser = si.loadXmlMetaData(pm, VoiceInteractionService.SERVICE_META_DATA); in VoiceInteractionServiceInfo()
92 mParseError = "No " + VoiceInteractionService.SERVICE_META_DATA in VoiceInteractionServiceInfo()
113 com.android.internal.R.styleable.VoiceInteractionService); in VoiceInteractionServiceInfo()
/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionService.java20 import android.service.voice.VoiceInteractionService;
22 public class AssistInteractionService extends VoiceInteractionService {
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java25 import android.service.voice.VoiceInteractionService;
32 public class MainInteractionService extends VoiceInteractionService {
DTestInteractionActivity.java25 import android.service.voice.VoiceInteractionService;
61 if (!VoiceInteractionService.isActiveService(this, in onCreate()
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java40 import android.service.voice.VoiceInteractionService;
283 Intent intentAssistProbe = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in getLegacyAssistComponent()
309 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in launchLegacyAssist()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java48 import android.service.voice.VoiceInteractionService;
409 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in startLocked()
DVoiceInteractionSessionConnection.java57 import android.service.voice.VoiceInteractionService;
160 mBindIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in VoiceInteractionSessionConnection()
DVoiceInteractionManagerService.java62 import android.service.voice.VoiceInteractionService;
503 new Intent(VoiceInteractionService.SERVICE_INTERFACE), in findAvailInteractor()
1359 new Intent(VoiceInteractionService.SERVICE_INTERFACE).setPackage(pkg), in onRoleHoldersChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java3103 android.service.voice.VoiceInteractionService.SERVICE_INTERFACE)) { in reportAssistContextExtras()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt59185 Landroid/R$styleable;->VoiceInteractionService:[I
64519 Landroid/service/voice/VoiceInteractionService;->getKeyphraseEnrollmentInfo()Landroid/hardware/soun…
64520 Landroid/service/voice/VoiceInteractionService;->mHandler:Landroid/service/voice/VoiceInteractionSe…
64521 Landroid/service/voice/VoiceInteractionService;->mHotwordDetector:Landroid/service/voice/AlwaysOnHo…
64522 Landroid/service/voice/VoiceInteractionService;->mInterface:Landroid/service/voice/IVoiceInteractio…
64523 Landroid/service/voice/VoiceInteractionService;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…
64524 Landroid/service/voice/VoiceInteractionService;->mLock:Ljava/lang/Object;
64525 Landroid/service/voice/VoiceInteractionService;->MSG_LAUNCH_VOICE_ASSIST_FROM_KEYGUARD:I
64526 Landroid/service/voice/VoiceInteractionService;->MSG_READY:I
64527 Landroid/service/voice/VoiceInteractionService;->MSG_SHUTDOWN:I
[all …]
/frameworks/opt/setupwizard/tools/docs/
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";
/frameworks/base/non-updatable-api/
Dcurrent.txt42210 public class VoiceInteractionService extends android.app.Service {
42211 ctor public VoiceInteractionService();
42223 …eld public static final String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
/frameworks/base/api/
Dcurrent.txt42354 public class VoiceInteractionService extends android.app.Service {
42355 ctor public VoiceInteractionService();
42367 …eld public static final String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";