Searched refs:errorCodeToString (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 877 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in doHandleDeepSleep() 1104 throw new IllegalArgumentException(PolicyOperationStatus.errorCodeToString(status)); in applyPowerPolicy() 1117 throw new IllegalArgumentException(PolicyOperationStatus.errorCodeToString(status)); in setPowerPolicyGroup() 1222 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy() 1230 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy() 1240 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, in setCurrentPowerPolicyGroup() 1255 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPowerPolicy() 1278 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in applyPreemptivePowerPolicy() 1309 PolicyOperationStatus.errorCodeToString(status)); in cancelPreemptivePowerPolicy() 1371 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in makeSureNoUserInteraction() [all …]
|
D | PolicyReader.java | 215 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, "policyId cannot be null")); in definePowerPolicy() 220 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, in definePowerPolicy() 226 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId)); in definePowerPolicy() 256 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyGroupId)); in definePowerPolicyGroup() 264 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, policyId + " for " in definePowerPolicyGroup() 697 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, componentArr[i])); in parseComponents() 702 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, componentArr[i])); in parseComponents()
|
D | PolicyOperationStatus.java | 71 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
|