Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyOperationStatus.java36 static final int ERROR_INVALID_POWER_COMPONENT = 9; field in PolicyOperationStatus
49 ERROR_INVALID_POWER_COMPONENT,
DPolicyReader.java696 int error = PolicyOperationStatus.ERROR_INVALID_POWER_COMPONENT; in parseComponents()