Searched refs:mCommittedState (Results 1 – 2 of 2) sorted by relevance
144 private Optional<DeviceState> mCommittedState = Optional.empty(); field in DeviceStateManagerService300 return mCommittedState; in getCommittedState()400 final DeviceState currentState = mCommittedState.orElse(INVALID_DEVICE_STATE); in getDeviceStateInfoLocked()568 if (mCommittedState.isPresent() && stateToConfigure.equals(mCommittedState.get())) { in updatePendingStateLocked()627 newState.getIdentifier(), !mCommittedState.isPresent()); in commitPendingState()633 mCommittedState = Optional.of(newState); in commitPendingState()666 if (!mBaseState.isPresent() || !mCommittedState.isPresent()) { in notifyDeviceStateInfoChangedAsync()795 DeviceStateInfo currentInfo = mCommittedState.isPresent() in registerProcess()941 pw.println(" mCommittedState=" + mCommittedState); in dumpInternal()
233 private int mCommittedState = Display.STATE_UNKNOWN; field in LocalDisplayAdapter.LocalDisplayDevice691 mInfo.committedState = mCommittedState; in getDisplayDeviceInfoLocked()915 mCommittedState = state; in requestDisplayStateLocked()1269 pw.println("mCommittedState=" + Display.stateToString(mCommittedState)); in dumpLocked()