Home
last modified time | relevance | path

Searched refs:HotwordDetectionService (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/service/voice/
DHotwordDetectionService.java75 public abstract class HotwordDetectionService extends Service class
165 HotwordDetectionService.this.onDetect(
175 HotwordDetectionService.this.onUpdateStateInternal(
194 HotwordDetectionService.this.onDetect(
198 HotwordDetectionService.this.onDetect(
224 HotwordDetectionService.this, manager, options);
239 HotwordDetectionService.this.onStopDetection();
DVisualQueryDetectionService.java141 @HotwordDetectionService.AudioSource int audioSource,
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DDetectorSession.java26 import static android.service.voice.HotwordDetectionService.AUDIO_SOURCE_EXTERNAL;
27 import static android.service.voice.HotwordDetectionService.ENABLE_PROXIMITY_RESULT;
28 import static android.service.voice.HotwordDetectionService.INITIALIZATION_STATUS_SUCCESS;
29 import static android.service.voice.HotwordDetectionService.INITIALIZATION_STATUS_UNKNOWN;
30 import static android.service.voice.HotwordDetectionService.KEY_INITIALIZATION_STATUS;
79 import android.service.voice.HotwordDetectionService;
367 if (status > HotwordDetectionService.getMaxCustomInitializationStatus()) { in getInitStatusAndMetricsResult()
592 HotwordDetectionService in handleExternalSourceHotwordDetectionLocked()
DSoftwareTrustedHotwordDetectorSession.java19 import static android.service.voice.HotwordDetectionService.AUDIO_SOURCE_MICROPHONE;
39 import android.service.voice.HotwordDetectionService;
DDspTrustedHotwordDetectorSession.java41 import android.service.voice.HotwordDetectionService;
DHotwordDetectionConnection.java55 import android.service.voice.HotwordDetectionService;
250 new Intent(HotwordDetectionService.SERVICE_INTERFACE); in HotwordDetectionConnection()
/frameworks/proto_logging/stats/atoms/hotword/
Dhotword_atoms.proto254 // Indicates that the HotwordDetectionService is inactive over a period
281 // HotwordDetectionService.
317 // Indicates that the HotwordDetectionService is inactive over a period
337 // HotwordDetectionService.
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java209 import android.service.voice.HotwordDetectionService;
4708 && (service.getAction().equals(HotwordDetectionService.SERVICE_INTERFACE) in generateAdditionalSeInfoFromService()
/frameworks/base/core/api/
Dsystem-current.txt13538 …public abstract class HotwordDetectionService extends android.app.Service implements android.servi…
13539 ctor public HotwordDetectionService();
13542 …twordDetector.EventPayload, long, @NonNull android.service.voice.HotwordDetectionService.Callback);
13543 method public void onDetect(@NonNull android.service.voice.HotwordDetectionService.Callback);
13544 …ble android.os.PersistableBundle, @NonNull android.service.voice.HotwordDetectionService.Callback);
13549 …_WILL_CLOSE_AUDIO_STREAM_AFTER_CALLBACK = "android.service.voice.HotwordDetectionService.KEY_SYSTE…
13550 …eld public static final String SERVICE_INTERFACE = "android.service.voice.HotwordDetectionService";
13553 public static final class HotwordDetectionService.Callback {
Dsystem-lint-baseline.txt520 InvalidNullabilityOverride: android.service.voice.HotwordDetectionService#getSystemService(String) …
Dtest-current.txt3211 …public abstract class HotwordDetectionService extends android.app.Service implements android.servi…