Home
last modified time | relevance | path

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

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java22 import android.service.voice.AlwaysOnHotwordDetector;
23 import android.service.voice.AlwaysOnHotwordDetector.Callback;
24 import android.service.voice.AlwaysOnHotwordDetector.EventPayload;
63 private AlwaysOnHotwordDetector mHotwordDetector;
80 case AlwaysOnHotwordDetector.STATE_HARDWARE_UNAVAILABLE: in hotwordAvailabilityChangeHelper()
83 case AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNSUPPORTED: in hotwordAvailabilityChangeHelper()
86 case AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNENROLLED: in hotwordAvailabilityChangeHelper()
91 case AlwaysOnHotwordDetector.STATE_KEYPHRASE_ENROLLED: in hotwordAvailabilityChangeHelper()
94 AlwaysOnHotwordDetector.RECOGNITION_FLAG_NONE)) { in hotwordAvailabilityChangeHelper()
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java124 private AlwaysOnHotwordDetector mHotwordDetector;
292 public final AlwaysOnHotwordDetector createAlwaysOnHotwordDetector( in createAlwaysOnHotwordDetector()
293 String keyphrase, Locale locale, AlwaysOnHotwordDetector.Callback callback) { in createAlwaysOnHotwordDetector()
300 mHotwordDetector = new AlwaysOnHotwordDetector(keyphrase, locale, callback, in createAlwaysOnHotwordDetector()
DAlwaysOnHotwordDetector.java53 public class AlwaysOnHotwordDetector { class
335 public AlwaysOnHotwordDetector(String text, Locale locale, Callback callback, in AlwaysOnHotwordDetector() method in AlwaysOnHotwordDetector
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DEnrollmentUtil.java27 import android.service.voice.AlwaysOnHotwordDetector;
/frameworks/base/core/java/android/hardware/soundtrigger/
DKeyphraseEnrollmentInfo.java27 import android.service.voice.AlwaysOnHotwordDetector;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64405 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;-><init>(ZZLandroid/media/AudioFormat;I…
64406 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mAudioFormat:Landroid/media/AudioForm…
64407 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mCaptureAvailable:Z
64408 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mCaptureSession:I
64409 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mData:[B
64410 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mTriggerAvailable:Z
64411 Landroid/service/voice/AlwaysOnHotwordDetector$RefreshAvailabiltyTask;->internalGetInitialAvailabil…
64412 Landroid/service/voice/AlwaysOnHotwordDetector$RefreshAvailabiltyTask;->internalGetIsEnrolled(ILjav…
64413 Landroid/service/voice/AlwaysOnHotwordDetector$SoundTriggerListener;-><init>(Landroid/os/Handler;)V
64414 Landroid/service/voice/AlwaysOnHotwordDetector$SoundTriggerListener;->mHandler:Landroid/os/Handler;
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27143 public class AlwaysOnHotwordDetector {
27160 public static abstract class AlwaysOnHotwordDetector.Callback {
27161 ctor public AlwaysOnHotwordDetector.Callback();
27163 …method public abstract void onDetected(android.service.voice.AlwaysOnHotwordDetector.EventPayload);
27169 public static class AlwaysOnHotwordDetector.EventPayload {
27176 …ce.voice.AlwaysOnHotwordDetector createAlwaysOnHotwordDetector(java.lang.String, java.util.Locale,…
/frameworks/base/non-updatable-api/
Dcurrent.txt42179 public class AlwaysOnHotwordDetector {
42196 public abstract static class AlwaysOnHotwordDetector.Callback {
42197 ctor public AlwaysOnHotwordDetector.Callback();
42199 …method public abstract void onDetected(@NonNull android.service.voice.AlwaysOnHotwordDetector.Even…
42205 public static class AlwaysOnHotwordDetector.EventPayload {
42212 …service.voice.AlwaysOnHotwordDetector createAlwaysOnHotwordDetector(String, java.util.Locale, andr…
/frameworks/base/api/
Dcurrent.txt42323 public class AlwaysOnHotwordDetector {
42340 public abstract static class AlwaysOnHotwordDetector.Callback {
42341 ctor public AlwaysOnHotwordDetector.Callback();
42343 …method public abstract void onDetected(@NonNull android.service.voice.AlwaysOnHotwordDetector.Even…
42349 public static class AlwaysOnHotwordDetector.EventPayload {
42356 …service.voice.AlwaysOnHotwordDetector createAlwaysOnHotwordDetector(String, java.util.Locale, andr…