Home
last modified time | relevance | path

Searched defs:supportedStates (Results 1 – 5 of 5) sorted by relevance

/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java103 final List<DeviceState> supportedStates = manager.getSupportedDeviceStates(); in testRequestAllSupportedStates() local
169 final List<DeviceState> supportedStates = manager.getSupportedDeviceStates(); in testRequestStateFailsAsTopApp_ifStateNotDefinedAsAvailableForAppsToRequest() local
220 final List<DeviceState> supportedStates = manager.getSupportedDeviceStates(); in testRequestStateSucceedsAsTopApp_ifStateDefinedAsAvailableForAppsToRequest() local
275 final List<DeviceState> supportedStates = manager.getSupportedDeviceStates(); in testRequestStateFailsAsBackgroundApp() local
322 final List<DeviceState> supportedStates = manager.getSupportedDeviceStates(); in testCancelStateRequestFromNewActivity() local
393 private static Set<Integer> getAvailableStatesToRequest(List<DeviceState> supportedStates) { in getAvailableStatesToRequest()
471 Set<Integer> supportedStates = new ArraySet<>(); in generateDeviceStateSet() local
531 final List<DeviceState> supportedStates = deviceStateListAgumentCaptor.getValue(); in testRegisterCallbackSuppliesInitialValue() local
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java302 Set<Integer> supportedStates = deviceStateManager.getSupportedDeviceStates().stream().map( in isDeviceFoldable() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java797 final List<DeviceState> supportedStates = deviceStateManager.getSupportedDeviceStates(); in isHalfOpenedSupported() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java913 Set<Integer> supportedStates = deviceStateManager.getSupportedDeviceStates().stream().map( in isFoldableDevice() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java3234 List<Long> supportedStates = new ArrayList<>(Arrays.asList( in testDeviceStateSensorOrientationMapCharacteristics() local