Searched refs:mCommittedState (Results 1 – 2 of 2) sorted by relevance
136 private Optional<DeviceState> mCommittedState = Optional.empty(); field in DeviceStateManagerService288 return mCommittedState; in getCommittedState()383 final int currentState = mCommittedState.isPresent() ? mCommittedState.get().getIdentifier() in getDeviceStateInfoLocked()524 if (mCommittedState.isPresent() && stateToConfigure.equals(mCommittedState.get())) { in updatePendingStateLocked()583 newState.getIdentifier(), !mCommittedState.isPresent()); in commitPendingState()589 mCommittedState = Optional.of(newState); in commitPendingState()622 if (!mBaseState.isPresent() || !mCommittedState.isPresent()) { in notifyDeviceStateInfoChangedAsync()751 DeviceStateInfo currentInfo = mCommittedState.isPresent() in registerProcess()892 pw.println(" mCommittedState=" + mCommittedState); in dumpInternal()
204 private int mCommittedState = Display.STATE_UNKNOWN; field in LocalDisplayAdapter.LocalDisplayDevice657 mInfo.committedState = mCommittedState; in getDisplayDeviceInfoLocked()856 mCommittedState = state; in requestDisplayStateLocked()1156 pw.println("mCommittedState=" + Display.stateToString(mCommittedState)); in dumpLocked()