Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
H A DDeviceFeaturesTest.java44 .addEqualityGroup(DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN) in testEquals()
53 DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN.toBuilder() in testEquals()
84 DeviceFeatures oldFeatures = DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN.toBuilder() in testUpdate()
94 DeviceFeatures newFeatures = DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN.toBuilder() in testUpdate()
105 DeviceFeatures updatedFeatures = DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN.toBuilder() in testUpdate()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiDeviceInfo.java202 mDeviceFeatures = DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN; in HdmiDeviceInfo()
610 mDeviceFeatures = DeviceFeatures.ALL_FEATURES_SUPPORT_UNKNOWN; in Builder()
H A DDeviceFeatures.java46 public static final DeviceFeatures ALL_FEATURES_SUPPORT_UNKNOWN = field in DeviceFeatures