Searched refs:COMPONENT_STATE_ORIGINAL (Results 1 – 1 of 1) sorted by relevance
162 private static final String COMPONENT_STATE_ORIGINAL = "original"; field in CarPowerManagementService1489 writer.write(forciblyDisabled ? COMPONENT_STATE_MODIFIED : COMPONENT_STATE_ORIGINAL); in saveWifiModifiedState()1512 invalidState = !(needToRestore || COMPONENT_STATE_ORIGINAL.equals(line)); in readWifiModifiedState()