Searched refs:AlwaysOnHotwordDetector (Results 1 – 13 of 13) sorted by relevance
20 import android.service.voice.AlwaysOnHotwordDetector;21 import android.service.voice.AlwaysOnHotwordDetector.Callback;22 import android.service.voice.AlwaysOnHotwordDetector.EventPayload;60 private AlwaysOnHotwordDetector mHotwordDetector;78 case AlwaysOnHotwordDetector.STATE_HARDWARE_UNAVAILABLE: in hotwordAvailabilityChangeHelper()81 case AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNSUPPORTED: in hotwordAvailabilityChangeHelper()84 case AlwaysOnHotwordDetector.STATE_KEYPHRASE_UNENROLLED: in hotwordAvailabilityChangeHelper()89 case AlwaysOnHotwordDetector.STATE_KEYPHRASE_ENROLLED: in hotwordAvailabilityChangeHelper()92 AlwaysOnHotwordDetector.RECOGNITION_FLAG_NONE)) { in hotwordAvailabilityChangeHelper()
136 private AlwaysOnHotwordDetector mHotwordDetector;321 public final AlwaysOnHotwordDetector createAlwaysOnHotwordDetector( in createAlwaysOnHotwordDetector()324 @SuppressLint("MissingNullability") AlwaysOnHotwordDetector.Callback callback) {360 public final AlwaysOnHotwordDetector createAlwaysOnHotwordDetector( in createAlwaysOnHotwordDetector()365 @SuppressLint("MissingNullability") AlwaysOnHotwordDetector.Callback callback) {371 private AlwaysOnHotwordDetector createAlwaysOnHotwordDetectorInternal( in createAlwaysOnHotwordDetectorInternal()377 @SuppressLint("MissingNullability") AlwaysOnHotwordDetector.Callback callback) {384 mHotwordDetector = new AlwaysOnHotwordDetector(keyphrase, locale, callback,
143 new AlwaysOnHotwordDetector.EventPayload(264 @NonNull AlwaysOnHotwordDetector.EventPayload eventPayload, in onDetect()
111 void onDetected(@NonNull AlwaysOnHotwordDetector.EventPayload eventPayload); in onDetected()
145 new AlwaysOnHotwordDetector.EventPayload(audioFormat, hotwordDetectedResult))); in onDetected()
137 new AlwaysOnHotwordDetector.EventPayload( in onDetected()
73 public class AlwaysOnHotwordDetector extends AbstractHotwordDetector { class576 public AlwaysOnHotwordDetector(String text, Locale locale, Callback callback, in AlwaysOnHotwordDetector() method in AlwaysOnHotwordDetector
27 import android.service.voice.AlwaysOnHotwordDetector;
10510 public class AlwaysOnHotwordDetector implements android.service.voice.HotwordDetector {10517 ….permission.CAPTURE_AUDIO_HOTWORD}) public android.service.voice.AlwaysOnHotwordDetector.ModelPara…10541 …public abstract static class AlwaysOnHotwordDetector.Callback implements android.service.voice.Hot…10542 ctor public AlwaysOnHotwordDetector.Callback();10549 public static class AlwaysOnHotwordDetector.EventPayload {10556 public static final class AlwaysOnHotwordDetector.ModelParamRange {10608 …method public void onDetect(@NonNull android.service.voice.AlwaysOnHotwordDetector.EventPayload, l…10631 …method public void onDetected(@NonNull android.service.voice.AlwaysOnHotwordDetector.EventPayload);10658 …service.voice.AlwaysOnHotwordDetector createAlwaysOnHotwordDetector(String, java.util.Locale, andr…10659 …AlwaysOnHotwordDetector createAlwaysOnHotwordDetector(String, java.util.Locale, @Nullable android.…
2396 public class AlwaysOnHotwordDetector implements android.service.voice.HotwordDetector {
53820 Landroid/service/voice/AlwaysOnHotwordDetector$EventPayload;->mData:[B53832 Landroid/service/voice/AlwaysOnHotwordDetector;->DBG:Z53836 Landroid/service/voice/AlwaysOnHotwordDetector;->invalidate()V53840 Landroid/service/voice/AlwaysOnHotwordDetector;->mAvailability:I53841 Landroid/service/voice/AlwaysOnHotwordDetector;->mExternalCallback:Landroid/service/voice/AlwaysOnH…53843 Landroid/service/voice/AlwaysOnHotwordDetector;->mInternalCallback:Landroid/service/voice/AlwaysOnH…53851 Landroid/service/voice/AlwaysOnHotwordDetector;->MSG_DETECTION_PAUSE:I53860 Landroid/service/voice/AlwaysOnHotwordDetector;->STATE_INVALID:I53861 Landroid/service/voice/AlwaysOnHotwordDetector;->STATE_NOT_READY:I53862 Landroid/service/voice/AlwaysOnHotwordDetector;->STATUS_ERROR:I[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
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,…