Searched refs:INVALID_DEVICE_STATE (Results 1 – 6 of 6) sorted by relevance
19 import static android.hardware.devicestate.DeviceStateManager.INVALID_DEVICE_STATE;46 private int mCurrentDeviceState = INVALID_DEVICE_STATE;
152 private int mDeviceState = DeviceStateManager.INVALID_DEVICE_STATE;153 private int mPendingDeviceState = DeviceStateManager.INVALID_DEVICE_STATE;300 if (mDeviceState != DeviceStateManager.INVALID_DEVICE_STATE) { in setDeviceStateLocked()355 mPendingDeviceState = DeviceStateManager.INVALID_DEVICE_STATE; in transitionToPendingStateLocked()361 if (mPendingDeviceState == DeviceStateManager.INVALID_DEVICE_STATE) { in finishStateTransitionLocked()
49 public static final int STATE_DEFAULT = DeviceStateManager.INVALID_DEVICE_STATE;
19 import static android.hardware.devicestate.DeviceStateManager.INVALID_DEVICE_STATE;183 private int mLastReportedState = INVALID_DEVICE_STATE;350 int stateToReport = INVALID_DEVICE_STATE; in notifyDeviceStateChangedIfNeeded()391 if (stateToReport != INVALID_DEVICE_STATE) { in notifyDeviceStateChangedIfNeeded()
19 import static android.hardware.devicestate.DeviceStateManager.INVALID_DEVICE_STATE;166 mProvider.setState(INVALID_DEVICE_STATE); in baseStateChanged_invalidState()528 mService.getBinderService().requestState(token, INVALID_DEVICE_STATE, 0 /* flags */); in requestState_invalidState()547 private int mLastDeviceStateRequestedToConfigure = INVALID_DEVICE_STATE;
46 public static final int INVALID_DEVICE_STATE = -1; field in DeviceStateManager