Home
last modified time | relevance | path

Searched defs:onApplyPowerPolicySucceeded (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegateCallback.aidl38 …oneway void onApplyPowerPolicySucceeded(int requestId, in android.frameworks.automotive.powerpolic… in onApplyPowerPolicySucceeded() method
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegateCallback.aidl51 oneway void onApplyPowerPolicySucceeded(int requestId, in CarPowerPolicy accumulatedPolicy, in onApplyPowerPolicySucceeded() method
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegateCallback.aidl38 …oneway void onApplyPowerPolicySucceeded(int requestId, in android.frameworks.automotive.powerpolic… in onApplyPowerPolicySucceeded() method
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2249 public void onApplyPowerPolicySucceeded(int requestId, in onApplyPowerPolicySucceeded() method in CarPowerManagementService.PowerPolicyCallback