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