Searched refs:committedState (Results 1 – 12 of 12) sorted by relevance
429 public int committedState = Display.STATE_UNKNOWN; field in DisplayDeviceInfo490 if (committedState != other.committedState) { in diff()578 committedState = other.committedState; in copyFrom()623 sb.append(", committedState ").append(Display.stateToString(committedState)); in toString()
195 + "\", " + Display.stateToString(info.committedState)); in handleDisplayDeviceChanged()
530 mBaseDisplayInfo.committedState = deviceInfo.committedState; in updateLocked()
691 mInfo.committedState = mCommittedState; in getDisplayDeviceInfoLocked()
64 newDdi.committedState = Display.STATE_UNKNOWN; in testDiff_committedState()145 ddi.committedState = Display.STATE_DOZE_SUSPEND; in createInfo()
2588 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState)2594 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState)2600 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState)2621 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState)3589 mDisplayDeviceInfo.committedState = Display.STATE_ON;3626 return () -> mDisplayDeviceInfo.committedState = state;
718 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState).isNotEqualTo( in testAfterDisplayStateChanges_committedSetAfterState()734 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState).isEqualTo( in testAfterDisplayStateChanges_committedSetAfterState()
287 public int committedState; field in DisplayInfo450 && committedState == other.committedState in equals()512 committedState = other.committedState; in copyFrom()576 committedState = source.readInt(); in readFromParcel()645 dest.writeInt(committedState); in writeToParcel()885 sb.append(Display.stateToString(committedState)); in toString()
1905 return mIsValid ? mDisplayInfo.committedState : STATE_UNKNOWN; in getCommittedState()
75 Optional<DeviceState> committedState = mService.getCommittedState(); in printAllStates() local79 pw.println("Committed state: " + toString(committedState)); in printAllStates()
411 private DeviceState createMergedDeviceState(@Nullable DeviceState committedState, in createMergedDeviceState() argument413 if (committedState.equals(INVALID_DEVICE_STATE)) { in createMergedDeviceState()418 committedState.getConfiguration().getSystemProperties(); in createMergedDeviceState()424 committedState.getIdentifier(), committedState.getName()) in createMergedDeviceState()
412 || first.committedState != second.committedState in calculateDisplayInfoDiff()