Home
last modified time | relevance | path

Searched refs:requiredFeature (Results 1 – 4 of 4) 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/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java351 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument
370 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
375 + requiredFeature in hasDeviceFeature()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java384 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument
402 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
405 + requiredFeature + ". Test won't run."); in hasDeviceFeature()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerTestBase.java565 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument
581 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
583 CLog.logAndDisplay(LogLevel.INFO, "Device doesn't support " + requiredFeature); in hasDeviceFeature()