Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/area/
DWindowAreaComponentImplTests.java127 final List<DeviceState> supportedStates = new ArrayList<>(); in testRdmV1Identifier() local
139 final List<DeviceState> supportedStates = new ArrayList<>(); in testRdmV2Identifier_whenStateIsImproperlyConfigured() local
149 final List<DeviceState> supportedStates = new ArrayList<>(); in testFallsBackToRdmV1() local
157 final List<DeviceState> supportedStates = new ArrayList<>(); in testRdmV2Identifier_whenStateIsProperlyConfigured() local
/frameworks/base/core/tests/devicestatetests/src/android/hardware/devicestate/
DDeviceStateInfoTest.java71 final ArrayList<DeviceState> supportedStates = in create() local
86 final ArrayList<DeviceState> supportedStates = in equals() local
109 final ArrayList<DeviceState> supportedStates = in hashCode_sameObject() local
122 final ArrayList<DeviceState> supportedStates = in diff_sameObject() local
176 final ArrayList<DeviceState> supportedStates = in writeToParcel() local
DDeviceStateManagerGlobalTest.java360 final ArrayList<DeviceState> supportedStates = new ArrayList<>(mSupportedDeviceStates); in getInfo() local
/frameworks/base/core/java/android/hardware/devicestate/
DDeviceStateInfo.java58 public final ArrayList<DeviceState> supportedStates; field in DeviceStateInfo
82 public DeviceStateInfo(@NonNull ArrayList<DeviceState> supportedStates, in DeviceStateInfo()
153 final ArrayList<DeviceState> supportedStates = new ArrayList<>(numberOfSupportedStates); in DeviceStateInfo() local
DDeviceStateUtil.java44 @NonNull List<DeviceState> supportedStates) { in calculateBaseStateIdentifier()
DDeviceStateManager.java245 default void onSupportedStatesChanged(@NonNull List<DeviceState> supportedStates) {} in onSupportedStatesChanged()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
DDeviceStateManagerFoldingFeatureProducer.java254 DeviceStateMapper(@NonNull Context context, @NonNull List<DeviceState> supportedStates) { in DeviceStateMapper()
/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateManagerService.java412 List<DeviceState> supportedStates = new ArrayList<>(mDeviceStates.size()); in getSupportedStatesLocked() local
421 int[] supportedStates = new int[mDeviceStates.size()]; in getSupportedStateIdentifiersLocked() local
437 final List<DeviceState> supportedStates = getSupportedStatesLocked(); in getDeviceStateInfoLocked() local
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
DWindowAreaComponentImpl.java494 public void onSupportedStatesChanged(@NonNull List<DeviceState> supportedStates) { in onSupportedStatesChanged()
/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/
DFoldableDeviceStateProvider.java246 List<DeviceState> supportedStates = new ArrayList<>(); in notifySupportedStatesChanged() local
/frameworks/base/services/core/java/com/android/server/policy/
DDeviceStateProviderImpl.java552 List<DeviceState> supportedStates = new ArrayList<>(); in notifySupportedStatesChanged() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java5685 final int[] supportedStates = in getPossibleDisplayInfo() local