Home
last modified time | relevance | path

Searched refs:stopDetection (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/ambientcontext/
H A DDefaultRemoteAmbientContextDetectionService.java71 public void stopDetection(String packageName) { in stopDetection() method in DefaultRemoteAmbientContextDetectionService
73 post(service -> service.stopDetection(packageName)); in stopDetection()
H A DRemoteWearableSensingService.java71 public void stopDetection(String packageName) { in stopDetection() method in RemoteWearableSensingService
73 post(service -> service.stopDetection(packageName)); in stopDetection()
H A DRemoteAmbientDetectionService.java47 void stopDetection(String packageName); in stopDetection() method
H A DAmbientContextManagerPerUserService.java168 stopDetection(callingPackage); in onUnregisterObserver()
317 protected void stopDetection(String packageName) { in stopDetection() method in AmbientContextManagerPerUserService
323 remoteService.stopDetection(packageName); in stopDetection()
H A DAmbientContextManagerService.java337 service.stopDetection(packageName); in stopAmbientContextEvent()
/aosp14/frameworks/base/core/java/android/service/ambientcontext/
H A DIAmbientContextDetectionService.aidl30 void stopDetection(in String packageName); in stopDetection() method
H A DAmbientContextDetectionService.java105 public void stopDetection(String packageName) { in onBind() method
/aosp14/frameworks/base/core/java/android/service/wearable/
H A DIWearableSensingService.aidl35 void stopDetection(in String packageName); in stopDetection() method
H A DWearableSensingService.java158 public void stopDetection(String packageName) { in onBind() method
/aosp14/frameworks/base/core/java/android/service/voice/
H A DISandboxedDetectionService.aidl74 void stopDetection(); in stopDetection() method
H A DVisualQueryDetectionService.java109 public void stopDetection() {
H A DHotwordDetectionService.java227 public void stopDetection() {
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVisualQueryDetectorSession.java210 return mRemoteDetectionService.run(ISandboxedDetectionService::stopDetection); in stopPerceivingLocked()
H A DSoftwareTrustedHotwordDetectorSession.java224 mRemoteDetectionService.run(ISandboxedDetectionService::stopDetection); in stopListeningFromMicLocked()