Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyOperationStatus.java71 public static String errorCodeToString(@ErrorCode int code) { in errorCodeToString() method in PolicyOperationStatus
79 public static String errorCodeToString(@ErrorCode int code, String moreDescription) { in errorCodeToString() method in PolicyOperationStatus
DCarPowerManagementService.java1800 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in doHandleSuspend()
2139 throw new IllegalArgumentException(PolicyOperationStatus.errorCodeToString(status)); in applyPowerPolicy()
2169 throw new IllegalArgumentException(PolicyOperationStatus.errorCodeToString(status)); in setPowerPolicyGroup()
2454 PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy()
2513 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy()
2524 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy()
2535 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, in setCurrentPowerPolicyGroup()
2684 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPowerPolicy()
2689 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPowerPolicy()
2738 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPowerPolicy()
[all …]
DPolicyReader.java257 PolicyOperationStatus.errorCodeToString(error, "policyId cannot be empty")); in definePowerPolicy()
263 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, in definePowerPolicy()
270 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in definePowerPolicy()
300 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyGroupId)); in definePowerPolicyGroup()
308 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId + " for " in definePowerPolicyGroup()
944 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, componentArr[i])); in parseComponents()
950 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, componentArr[i])); in parseComponents()