Searched refs:INVALID_DEVICE_STATE (Results 1 – 1 of 1) sorted by relevance
115 private static final DeviceState INVALID_DEVICE_STATE = new DeviceState( field in DeviceStateManagerService399 final DeviceState baseState = mBaseState.orElse(INVALID_DEVICE_STATE); in getDeviceStateInfoLocked()400 final DeviceState currentState = mCommittedState.orElse(INVALID_DEVICE_STATE); in getDeviceStateInfoLocked()413 if (committedState.equals(INVALID_DEVICE_STATE)) { in createMergedDeviceState()414 return INVALID_DEVICE_STATE; in createMergedDeviceState()