/aosp14/frameworks/base/services/core/java/com/android/server/ambientcontext/ |
H A D | DefaultRemoteAmbientContextDetectionService.java | 71 public void stopDetection(String packageName) { in stopDetection() method in DefaultRemoteAmbientContextDetectionService 73 post(service -> service.stopDetection(packageName)); in stopDetection()
|
H A D | RemoteWearableSensingService.java | 71 public void stopDetection(String packageName) { in stopDetection() method in RemoteWearableSensingService 73 post(service -> service.stopDetection(packageName)); in stopDetection()
|
H A D | RemoteAmbientDetectionService.java | 47 void stopDetection(String packageName); in stopDetection() method
|
H A D | AmbientContextManagerPerUserService.java | 168 stopDetection(callingPackage); in onUnregisterObserver() 317 protected void stopDetection(String packageName) { in stopDetection() method in AmbientContextManagerPerUserService 323 remoteService.stopDetection(packageName); in stopDetection()
|
H A D | AmbientContextManagerService.java | 337 service.stopDetection(packageName); in stopAmbientContextEvent()
|
/aosp14/frameworks/base/core/java/android/service/ambientcontext/ |
H A D | IAmbientContextDetectionService.aidl | 30 void stopDetection(in String packageName); in stopDetection() method
|
H A D | AmbientContextDetectionService.java | 105 public void stopDetection(String packageName) { in onBind() method
|
/aosp14/frameworks/base/core/java/android/service/wearable/ |
H A D | IWearableSensingService.aidl | 35 void stopDetection(in String packageName); in stopDetection() method
|
H A D | WearableSensingService.java | 158 public void stopDetection(String packageName) { in onBind() method
|
/aosp14/frameworks/base/core/java/android/service/voice/ |
H A D | ISandboxedDetectionService.aidl | 74 void stopDetection(); in stopDetection() method
|
H A D | VisualQueryDetectionService.java | 109 public void stopDetection() {
|
H A D | HotwordDetectionService.java | 227 public void stopDetection() {
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | VisualQueryDetectorSession.java | 210 return mRemoteDetectionService.run(ISandboxedDetectionService::stopDetection); in stopPerceivingLocked()
|
H A D | SoftwareTrustedHotwordDetectorSession.java | 224 mRemoteDetectionService.run(ISandboxedDetectionService::stopDetection); in stopListeningFromMicLocked()
|