Home
last modified time | relevance | path

Searched refs:onValidatedByHotwordDetectionService (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wearable/
DRemoteWearableSensingService.java314 public void onValidatedByHotwordDetectionService() { in onValidatedByHotwordDetectionService() method in RemoteWearableSensingService
318 var unused = post(service -> service.onValidatedByHotwordDetectionService()); in onValidatedByHotwordDetectionService()
DWearableSensingManagerPerUserService.java421 private void onValidatedByHotwordDetectionService() { in onValidatedByHotwordDetectionService() method in WearableSensingManagerPerUserService
428 mRemoteService.onValidatedByHotwordDetectionService(); in onValidatedByHotwordDetectionService()
473 onValidatedByHotwordDetectionService(); in createHotwordDetectionCallback()
/frameworks/base/core/java/android/service/wearable/
DIWearableSensingService.aidl39 void onValidatedByHotwordDetectionService(); in onValidatedByHotwordDetectionService() method
DWearableSensingService.java255 public void onValidatedByHotwordDetectionService() { in onBind() method
256 WearableSensingService.this.onValidatedByHotwordDetectionService(); in onBind()
534 public void onValidatedByHotwordDetectionService() {}
/frameworks/base/core/api/
Dsystem-current.txt13806 …le_hotword_wearable_sensing_api") @BinderThread public void onValidatedByHotwordDetectionService();