/aosp14/frameworks/base/services/core/java/com/android/server/ambientcontext/ |
H A D | DefaultRemoteAmbientContextDetectionService.java | 62 public void startDetection( in startDetection() method in DefaultRemoteAmbientContextDetectionService 66 post(service -> service.startDetection(request, packageName, detectionResultCallback, in startDetection()
|
H A D | RemoteWearableSensingService.java | 62 public void startDetection( in startDetection() method in RemoteWearableSensingService 66 post(service -> service.startDetection(request, packageName, detectionResultCallback, in startDetection()
|
H A D | AmbientContextShellCommand.java | 153 mService.startDetection( 164 mService.startDetection( 175 mService.startDetection(
|
H A D | RemoteAmbientDetectionService.java | 38 void startDetection( in startDetection() method
|
H A D | AmbientContextManagerPerUserService.java | 259 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 D | AmbientContextManagerService.java | 303 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 D | IAmbientContextDetectionService.aidl | 28 void startDetection(in AmbientContextEventRequest request, in String packageName, in startDetection() method
|
H A D | AmbientContextDetectionService.java | 74 public void startDetection( in onBind()
|
/aosp14/frameworks/base/core/java/android/service/wearable/ |
H A D | IWearableSensingService.aidl | 33 void startDetection(in AmbientContextEventRequest request, in String packageName, in startDetection() method
|
H A D | WearableSensingService.java | 131 public void startDetection(@NonNull AmbientContextEventRequest request, in onBind() method
|