Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyOperationStatus.java55 private static final ArrayList<String> ERROR_CODE_DESCRIPTION = new ArrayList<>(Arrays.asList( field in PolicyOperationStatus
73 return ERROR_CODE_DESCRIPTION.get(code); in errorCodeToString()
81 return ERROR_CODE_DESCRIPTION.get(code) + ": " + moreDescription; in errorCodeToString()