Searched refs:errorCodeToString (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PasswordValidationError.java | 53 return errorCodeToString(errorCode) + (requirement > 0 ? "; required: " + requirement : ""); in toString() 59 private static String errorCodeToString(int error) { in errorCodeToString() method in PasswordValidationError
|
/aosp12/packages/services/Car/service/src/com/android/car/power/ |
H A 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
|
H A D | CarPowerManagementService.java | 877 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in doHandleDeepSleep() 1223 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in initializePowerPolicy() 1241 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error, in setCurrentPowerPolicyGroup() 1310 PolicyOperationStatus.errorCodeToString(status)); in cancelPreemptivePowerPolicy() 1372 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(status)); in makeSureNoUserInteraction() 1847 writer.println(PolicyOperationStatus.errorCodeToString(status)); in definePowerPolicyFromCommand() 1867 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error)); in definePowerPolicy() 1879 Slogf.w(TAG, PolicyOperationStatus.errorCodeToString(error)); in definePowerPolicy() 1906 writer.println(PolicyOperationStatus.errorCodeToString(status)); in applyPowerPolicyFromCommand() 1946 writer.println(PolicyOperationStatus.errorCodeToString(status)); in definePowerPolicyGroupFromCommand() [all …]
|
H A 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()
|