Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java162 private static final String COMPONENT_STATE_ORIGINAL = "original"; field in CarPowerManagementService
1489 writer.write(forciblyDisabled ? COMPONENT_STATE_MODIFIED : COMPONENT_STATE_ORIGINAL); in saveWifiModifiedState()
1512 invalidState = !(needToRestore || COMPONENT_STATE_ORIGINAL.equals(line)); in readWifiModifiedState()