Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java238 private final SparseArray<AsyncPolicyRequest> mRequestIdToPolicyRequest = new SparseArray<>(); field in CarPowerManagementService
923 mRequestIdToPolicyRequest.put(requestId, request); in notifyPowerStateChangeToDaemon()
949 mRequestIdToPolicyRequest.remove(requestId); in notifyPowerStateChangeToDaemon()
2113 return mRequestIdToPolicyRequest.size(); in getNumberOfCurrentPolicyRequests()
2256 policyRequest = mRequestIdToPolicyRequest.get(requestId); in onApplyPowerPolicySucceeded()
2272 policyRequest = mRequestIdToPolicyRequest.get(requestId); in onApplyPowerPolicyFailed()
2557 mRequestIdToPolicyRequest.put(requestId, request); in applyPowerPolicy()
2599 mRequestIdToPolicyRequest.remove(requestId); in applyPowerPolicy()