Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java83 public class VoiceInteractionService extends Service { class
84 static final String TAG = VoiceInteractionService.class.getSimpleName();
142 VoiceInteractionService::onReady, VoiceInteractionService.this));
148 VoiceInteractionService::onShutdownInternal, VoiceInteractionService.this));
154 VoiceInteractionService::onSoundModelsChangedInternal,
155 VoiceInteractionService.this));
161 VoiceInteractionService::onLaunchVoiceAssistFromKeyguard,
162 VoiceInteractionService.this));
169 PooledLambda.obtainMessage(VoiceInteractionService::onHandleVoiceActionCheck,
170 VoiceInteractionService.this,
[all …]
DVoiceInteractionServiceInfo.java101 VoiceInteractionService.SERVICE_META_DATA)) { in VoiceInteractionServiceInfo()
103 mParseError = "No " + VoiceInteractionService.SERVICE_META_DATA in VoiceInteractionServiceInfo()
124 com.android.internal.R.styleable.VoiceInteractionService); in VoiceInteractionServiceInfo()
DAlwaysOnHotwordDetector.java22 import static android.service.voice.VoiceInteractionService.MULTIPLE_ACTIVE_HOTWORD_DETECTORS;
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DAssistantInteractionService.java19 import android.service.voice.VoiceInteractionService;
21 public class AssistantInteractionService extends VoiceInteractionService {
/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.java23 import android.service.voice.VoiceInteractionService;
29 public class MainInteractionService extends VoiceInteractionService {
DTestInteractionActivity.java25 import android.service.voice.VoiceInteractionService;
63 if (!VoiceInteractionService.isActiveService(this, in onCreate()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java65 import android.service.voice.VoiceInteractionService;
246 mBindIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in VoiceInteractionSessionConnection()
DVoiceInteractionManagerServiceImpl.java73 import android.service.voice.VoiceInteractionService;
1058 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in startLocked()
DVoiceInteractionManagerService.java85 import android.service.voice.VoiceInteractionService;
841 new Intent(VoiceInteractionService.SERVICE_INTERFACE).setPackage(packageName), in queryInteractorServices()
/frameworks/base/core/api/
Dtest-current.txt3231 public class VoiceInteractionService extends android.app.Service {
Dsystem-current.txt13722 public class VoiceInteractionService extends android.app.Service {
Dcurrent.txt41580 public class VoiceInteractionService extends android.app.Service {
41581 ctor public VoiceInteractionService();
41594 …eld public static final String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44630 Landroid/R$styleable;->VoiceInteractionService:[I
49964 Landroid/service/voice/VoiceInteractionService;->getKeyphraseEnrollmentInfo()Landroid/hardware/soun…
49965 Landroid/service/voice/VoiceInteractionService;->mHandler:Landroid/service/voice/VoiceInteractionSe…
49966 Landroid/service/voice/VoiceInteractionService;->mHotwordDetector:Landroid/service/voice/AlwaysOnHo…
49967 Landroid/service/voice/VoiceInteractionService;->mInterface:Landroid/service/voice/IVoiceInteractio…
49968 Landroid/service/voice/VoiceInteractionService;->mKeyphraseEnrollmentInfo:Landroid/hardware/soundtr…
49969 Landroid/service/voice/VoiceInteractionService;->mLock:Ljava/lang/Object;
49970 Landroid/service/voice/VoiceInteractionService;->MSG_LAUNCH_VOICE_ASSIST_FROM_KEYGUARD:I
49971 Landroid/service/voice/VoiceInteractionService;->MSG_READY:I
49972 Landroid/service/voice/VoiceInteractionService;->MSG_SHUTDOWN:I
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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";