Home
last modified time | relevance | path

Searched refs:requiredFeature (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java130 private boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument
148 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
151 + requiredFeature + ". Test won't run."); in hasDeviceFeature()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DPackageUtil.java118 private static boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument
121 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPackageUtil.java150 private static boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument
153 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java104 private boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument
107 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanPreTransformTest.java142 private boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument
143 return mContext.getPackageManager().hasSystemFeature(requiredFeature); in hasDeviceFeature()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java349 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument
368 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
/cts/tests/tests/keystore/src/android/server/am/
DActivityManagerTestBase.java241 protected boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument
244 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java584 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument
602 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
605 + requiredFeature + ". Test won't run."); in hasDeviceFeature()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java955 protected boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument
957 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1990 private boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument
1991 return mContext.getPackageManager().hasSystemFeature(requiredFeature); in hasDeviceFeature()