Searched refs:VoiceInteractionService (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionService.java | 61 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,
|
D | VoiceInteractionServiceInfo.java | 90 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/ |
D | AssistInteractionService.java | 20 import android.service.voice.VoiceInteractionService; 22 public class AssistInteractionService extends VoiceInteractionService {
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionService.java | 25 import android.service.voice.VoiceInteractionService; 32 public class MainInteractionService extends VoiceInteractionService {
|
D | TestInteractionActivity.java | 25 import android.service.voice.VoiceInteractionService; 61 if (!VoiceInteractionService.isActiveService(this, in onCreate()
|
/frameworks/base/services/core/java/com/android/server/search/ |
D | SearchManagerService.java | 40 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/ |
D | VoiceInteractionManagerServiceImpl.java | 48 import android.service.voice.VoiceInteractionService; 409 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in startLocked()
|
D | VoiceInteractionSessionConnection.java | 57 import android.service.voice.VoiceInteractionService; 160 mBindIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in VoiceInteractionSessionConnection()
|
D | VoiceInteractionManagerService.java | 62 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/ |
D | ActivityTaskManagerService.java | 3103 android.service.voice.VoiceInteractionService.SERVICE_INTERFACE)) { in reportAssistContextExtras()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 59185 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/ |
D | android-22.txt | 27174 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/ |
D | current.txt | 42210 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/ |
D | current.txt | 42354 public class VoiceInteractionService extends android.app.Service { 42355 ctor public VoiceInteractionService(); 42367 …eld public static final String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
|