Searched refs:AlwaysOnHotwordDetector (Results 1 – 9 of 9) sorted by relevance
22 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()
124 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()
53 public class AlwaysOnHotwordDetector { class335 public AlwaysOnHotwordDetector(String text, Locale locale, Callback callback, in AlwaysOnHotwordDetector() method in AlwaysOnHotwordDetector
27 import android.service.voice.AlwaysOnHotwordDetector;
64405 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:Z64408 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mCaptureSession:I64409 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mData:[B64410 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mTriggerAvailable:Z64411 Landroid/service/voice/AlwaysOnHotwordDetector$RefreshAvailabiltyTask;->internalGetInitialAvailabil…64412 Landroid/service/voice/AlwaysOnHotwordDetector$RefreshAvailabiltyTask;->internalGetIsEnrolled(ILjav…64413 Landroid/service/voice/AlwaysOnHotwordDetector$SoundTriggerListener;-><init>(Landroid/os/Handler;)V64414 Landroid/service/voice/AlwaysOnHotwordDetector$SoundTriggerListener;->mHandler:Landroid/os/Handler;[all …]
27143 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,…
42179 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…
42323 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…