Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/ambientcontext/
H A DDefaultRemoteAmbientContextDetectionService.java62 public void startDetection( in startDetection() method in DefaultRemoteAmbientContextDetectionService
66 post(service -> service.startDetection(request, packageName, detectionResultCallback, in startDetection()
H A DRemoteWearableSensingService.java62 public void startDetection( in startDetection() method in RemoteWearableSensingService
66 post(service -> service.startDetection(request, packageName, detectionResultCallback, in startDetection()
H A DAmbientContextShellCommand.java153 mService.startDetection(
164 mService.startDetection(
175 mService.startDetection(
H A DRemoteAmbientDetectionService.java38 void startDetection( in startDetection() method
H A 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()
H A DAmbientContextManagerService.java303 void startDetection(@UserIdInt int userId, AmbientContextEventRequest request, in startDetection() method in AmbientContextManagerService
313 service.startDetection(request, packageName, observer); in startDetection()
377 service.startDetection(clientRequest.getRequest(), in restorePreviouslyEnabledClients()
/aosp14/frameworks/base/core/java/android/service/ambientcontext/
H A DIAmbientContextDetectionService.aidl28 void startDetection(in AmbientContextEventRequest request, in String packageName, in startDetection() method
H A DAmbientContextDetectionService.java74 public void startDetection( in onBind()
/aosp14/frameworks/base/core/java/android/service/wearable/
H A DIWearableSensingService.aidl33 void startDetection(in AmbientContextEventRequest request, in String packageName, in startDetection() method
H A DWearableSensingService.java131 public void startDetection(@NonNull AmbientContextEventRequest request, in onBind() method