Searched refs:mRequestIdToPolicyRequest (Results 1 – 1 of 1) sorted by relevance
238 private final SparseArray<AsyncPolicyRequest> mRequestIdToPolicyRequest = new SparseArray<>(); field in CarPowerManagementService923 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()