Searched refs:AsyncPolicyRequest (Results 1 – 1 of 1) sorted by relevance
238 private final SparseArray<AsyncPolicyRequest> mRequestIdToPolicyRequest = new SparseArray<>();919 AsyncPolicyRequest request = generateAsyncPolicyRequest( in notifyPowerStateChangeToDaemon()2254 AsyncPolicyRequest policyRequest; in onApplyPowerPolicySucceeded()2270 AsyncPolicyRequest policyRequest; in onApplyPowerPolicyFailed()2446 private static final class AsyncPolicyRequest { class in CarPowerManagementService2462 AsyncPolicyRequest(int requestId, long timeoutMs) { in AsyncPolicyRequest() method in CarPowerManagementService.AsyncPolicyRequest2520 private AsyncPolicyRequest generateAsyncPolicyRequest(long timeoutMs) { in generateAsyncPolicyRequest()2522 return new AsyncPolicyRequest(requestId, timeoutMs); in generateAsyncPolicyRequest()2551 AsyncPolicyRequest request = generateAsyncPolicyRequest( in applyPowerPolicy()