Home
last modified time | relevance | path

Searched refs:committedState (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java349 public int committedState = Display.STATE_UNKNOWN; field in DisplayDeviceInfo
404 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()
DLogicalDisplay.java393 mBaseDisplayInfo.committedState = deviceInfo.committedState; in updateLocked()
DLocalDisplayAdapter.java640 mInfo.committedState = mCommittedState; in getDisplayDeviceInfoLocked()
/frameworks/base/core/java/android/view/
DDisplayInfo.java259 public int committedState; field in DisplayInfo
389 && 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()
DDisplay.java1613 return mIsValid ? mDisplayInfo.committedState : STATE_UNKNOWN; in getCommittedState()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerShellCommand.java74 Optional<DeviceState> committedState = mService.getCommittedState(); in printAllStates() local
78 pw.println("Committed state: " + toString(committedState)); in printAllStates()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/
DLocalDisplayAdapterTest.java595 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState).isNotEqualTo( in testAfterDisplayStateChanges_committedSetAfterState()
608 assertThat(displayDevice.getDisplayDeviceInfoLocked().committedState).isEqualTo( in testAfterDisplayStateChanges_committedSetAfterState()