Searched refs:committedState (Results 1 – 7 of 7) sorted by relevance
349 public int committedState = Display.STATE_UNKNOWN; field in DisplayDeviceInfo404 if (state != other.state || committedState != other.committedState) { in diff()478 committedState = other.committedState; in copyFrom()519 sb.append(", committedState ").append(Display.stateToString(committedState)); in toString()
393 mBaseDisplayInfo.committedState = deviceInfo.committedState; in updateLocked()
640 mInfo.committedState = mCommittedState; in getDisplayDeviceInfoLocked()
259 public int committedState; field in DisplayInfo389 && committedState == other.committedState in equals()441 committedState = other.committedState; in copyFrom()493 committedState = source.readInt(); in readFromParcel()550 dest.writeInt(committedState); in writeToParcel()775 sb.append(Display.stateToString(committedState)); in toString()
1613 return mIsValid ? mDisplayInfo.committedState : STATE_UNKNOWN; in getCommittedState()
74 Optional<DeviceState> committedState = mService.getCommittedState(); in printAllStates() local78 pw.println("Committed state: " + toString(committedState)); in printAllStates()
595 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState).isNotEqualTo( in testAfterDisplayStateChanges_committedSetAfterState()608 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState).isEqualTo( in testAfterDisplayStateChanges_committedSetAfterState()