Home
last modified time | relevance | path

Searched refs:onDeviceStateReceivedByDisplayManager (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDeviceStateControllerTests.java82 mTarget.onDeviceStateReceivedByDisplayManager(mOpenDeviceStates[0]); in testInitialization()
89 mTarget.onDeviceStateReceivedByDisplayManager(mFoldedStates[0]); in testInitializationWithNoFoldSupport()
97 mTarget.onDeviceStateReceivedByDisplayManager(mOpenDeviceStates[0]); in testWithFoldSupported()
99 mTarget.onDeviceStateReceivedByDisplayManager(mFoldedStates[0]); in testWithFoldSupported()
101 mTarget.onDeviceStateReceivedByDisplayManager(mHalfFoldedStates[0]); in testWithFoldSupported()
108 mTarget.onDeviceStateReceivedByDisplayManager(mOpenDeviceStates[0]); in testWithHalfFoldSupported()
110 mTarget.onDeviceStateReceivedByDisplayManager(mFoldedStates[0]); in testWithHalfFoldSupported()
112 mTarget.onDeviceStateReceivedByDisplayManager(mHalfFoldedStates[0]); in testWithHalfFoldSupported()
124 mTarget.onDeviceStateReceivedByDisplayManager(mOpenDeviceStates[0]); in testUnregisterDeviceStateCallback()
126 mTarget.onDeviceStateReceivedByDisplayManager(mFoldedStates[0]); in testUnregisterDeviceStateCallback()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDeviceStateController.java146 public void onDeviceStateReceivedByDisplayManager(int state) { in onDeviceStateReceivedByDisplayManager() method in DeviceStateController
H A DRootWindowContainer.java1293 mDeviceStateController.onDeviceStateReceivedByDisplayManager(deviceState); in onDisplayManagerReceivedDeviceState()