Home
last modified time | relevance | path

Searched defs:stopDetection (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/ambientcontext/
DIAmbientContextDetectionService.aidl30 void stopDetection(in String packageName); in stopDetection() method
DAmbientContextDetectionService.java105 public void stopDetection(String packageName) { in onBind() method
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DRemoteAmbientDetectionService.java47 void stopDetection(String packageName); in stopDetection() method
DDefaultRemoteAmbientContextDetectionService.java71 public void stopDetection(String packageName) { in stopDetection() method in DefaultRemoteAmbientContextDetectionService
DRemoteWearableSensingService.java71 public void stopDetection(String packageName) { in stopDetection() method in RemoteWearableSensingService
DAmbientContextManagerPerUserService.java317 protected void stopDetection(String packageName) { in stopDetection() method in AmbientContextManagerPerUserService
/frameworks/base/core/java/android/service/voice/
DISandboxedDetectionService.aidl74 void stopDetection(); in stopDetection() method
/frameworks/base/core/java/android/service/wearable/
DIWearableSensingService.aidl43 void stopDetection(in String packageName); in stopDetection() method
DWearableSensingService.java300 public void stopDetection(String packageName) { in onBind() method