Home
last modified time | relevance | path

Searched refs:mAvailableFeatures (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java49 private HashSet<String> mAvailableFeatures; field in TvInputManagerHostTest
131 if (mAvailableFeatures == null) { in hasDeviceFeature()
138 mAvailableFeatures = new HashSet<>(); in hasDeviceFeature()
145 mAvailableFeatures.add(tokens[1]); in hasDeviceFeature()
148 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java60 private HashSet<String> mAvailableFeatures; field in SystemFeaturesTest
75 mAvailableFeatures = new HashSet<String>(); in setUp()
78 mAvailableFeatures.add(feature.name); in setUp()
97 Set<String> notOfficialFeatures = new HashSet<String>(mAvailableFeatures); in testFeatureNamespaces()
504 mAvailableFeatures.contains(feature)); in assertAvailable()
511 mAvailableFeatures.contains(feature)); in assertNotAvailable()
515 if ((mPackageManager.hasSystemFeature(feature1) && mAvailableFeatures.contains(feature1)) || in assertOneAvailable()
516 (mPackageManager.hasSystemFeature(feature2) && mAvailableFeatures.contains(feature2))) { in assertOneAvailable()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java87 private HashSet<String> mAvailableFeatures; field in BaseMultiUserTest
352 if (mAvailableFeatures == null) { in hasDeviceFeature()
359 mAvailableFeatures = new HashSet<>(); in hasDeviceFeature()
367 mAvailableFeatures.add(tokens[1]); in hasDeviceFeature()
370 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java91 private HashSet<String> mAvailableFeatures; field in BaseDevicePolicyTest
385 if (mAvailableFeatures == null) { in hasDeviceFeature()
392 mAvailableFeatures = new HashSet<>(); in hasDeviceFeature()
399 mAvailableFeatures.add(tokens[1]); in hasDeviceFeature()
402 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerTestBase.java145 private HashSet<String> mAvailableFeatures; field in ActivityManagerTestBase
566 if (mAvailableFeatures == null) { in hasDeviceFeature()
571 mAvailableFeatures = new HashSet<>(); in hasDeviceFeature()
578 mAvailableFeatures.add(tokens[1]); in hasDeviceFeature()
581 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()