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.java1740 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in doHandleSuspend()
2068 throw new IllegalArgumentException(PolicyOperationStatus.errorCodeToString(status)); in applyPowerPolicy()
2098 throw new IllegalArgumentException(PolicyOperationStatus.errorCodeToString(status)); in setPowerPolicyGroup()
2414 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy()
2425 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy()
2436 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, in setCurrentPowerPolicyGroup()
2581 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPowerPolicy()
2585 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPowerPolicy()
2624 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPowerPolicy()
2654 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPreemptivePowerPolicy()
[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()