Home
last modified time | relevance | path

Searched refs:startDetection (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/ambientcontext/
DDefaultRemoteAmbientContextDetectionService.java62 public void startDetection( in startDetection() method in DefaultRemoteAmbientContextDetectionService
66 post(service -> service.startDetection(request, packageName, detectionResultCallback, in startDetection()
DRemoteWearableSensingService.java62 public void startDetection( in startDetection() method in RemoteWearableSensingService
66 post(service -> service.startDetection(request, packageName, detectionResultCallback, in startDetection()
DAmbientContextShellCommand.java153 mService.startDetection(
164 mService.startDetection(
175 mService.startDetection(
DRemoteAmbientDetectionService.java38 void startDetection( in startDetection() method
DAmbientContextManagerPerUserService.java259 startDetection(request, packageName, observer); in onRegisterObserver()
347 protected void startDetection(AmbientContextEventRequest request, String callingPackage, in startDetection() method in AmbientContextManagerPerUserService
354 remoteService.startDetection(request, callingPackage, in startDetection()
DAmbientContextManagerService.java304 void startDetection(@UserIdInt int userId, AmbientContextEventRequest request, in startDetection() method in AmbientContextManagerService
314 service.startDetection(request, packageName, observer); in startDetection()
378 service.startDetection(clientRequest.getRequest(), in restorePreviouslyEnabledClients()
/frameworks/base/core/java/android/service/ambientcontext/
DIAmbientContextDetectionService.aidl28 void startDetection(in AmbientContextEventRequest request, in String packageName, in startDetection() method
DAmbientContextDetectionService.java74 public void startDetection( in onBind()
/frameworks/base/core/java/android/service/wearable/
DIWearableSensingService.aidl41 void startDetection(in AmbientContextEventRequest request, in String packageName, in startDetection() method
DWearableSensingService.java267 public void startDetection( in onBind() method