Home
last modified time | relevance | path

Searched refs:supportedDeviceStates (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java77 final List<DeviceState> supportedDeviceStates = in testValidSupportedStates() local
80 for (DeviceState state: supportedDeviceStates) { in testValidSupportedStates()
421 Set<Integer> supportedDeviceStates, in possibleStates() argument
424 if (!supportedDeviceStates.containsAll(availableStatesToRequest)) { in possibleStates()
428 final Set<Integer> availableStates = new HashSet<>(supportedDeviceStates); in possibleStates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java240 final List<DeviceState> supportedDeviceStates = in testWindowLayoutComponent_windowLayoutInfoListener_deviceStateChanged() local
242 assumeTrue(supportedDeviceStates.size() > 1); in testWindowLayoutComponent_windowLayoutInfoListener_deviceStateChanged()
256 for (DeviceState deviceState : supportedDeviceStates) { in testWindowLayoutComponent_windowLayoutInfoListener_deviceStateChanged()