| /cts/tests/tests/os/src/android/os/cts/ | 
| D | CpuFeaturesTest.java | 77         String features = getFieldFromCpuinfo("Features");  in getFeaturesFromCpuinfo()  local88     private static void assertInCpuinfo(List<String> features,  in assertInCpuinfo()
 94     private static void assertNotInCpuinfo(List<String> features,  in assertNotInCpuinfo()
 123         List<String> features = getFeaturesFromCpuinfo();  in testArmCpuinfo()  local
 143         List<String> features = getFeaturesFromCpuinfo();  in testArm64Cpuinfo()  local
 
 | 
| /cts/hostsidetests/car/src/android/car/cts/ | 
| D | OptionalFeatureHostTest.java | 73         List<String> features = findFeatureListFromCarServiceDump("mDisabledFeaturesFromVhal");  in testNoDisabledFeaturesFromVHAL()  local85         List<String> features = findFeatureListFromCarServiceDump("mAvailableExperimentalFeatures");  in testNoExperimentalFeatures()  local
 162         String[] features = m.group(1).split(", ");  in findFeatureListFromCarServiceDump()  local
 
 | 
| /cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ | 
| D | HasFeaturesTx.java | 28     public final List<String> features = new ArrayList<>();  field in HasFeaturesTx39             String[] features,  in HasFeaturesTx()
 
 | 
| /cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/accounts/ | 
| D | AccountBuilder.java | 88     public AccountBuilder features(Set<String> features) {  in features()  argument
 | 
| /cts/hostsidetests/ctsverifier/src/com/android/cts/verifier/ | 
| D | CtsVerifierTest.java | 312     void requireFeatures(String... features) throws Exception {  in requireFeatures()318     void applicableFeatures(String... features) throws Exception {  in applicableFeatures()
 327     void excludeFeatures(String... features) throws Exception {  in excludeFeatures()
 
 | 
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ | 
| D | FeatureUtil.java | 51     public static boolean hasAnySystemFeature(String... features) {  in hasAnySystemFeature()62     public static boolean hasAllSystemFeatures(String... features) {  in hasAllSystemFeatures()
 
 | 
| /cts/tests/tests/graphics/src/android/graphics/cts/ | 
| D | OpenGlEsDeqpLevelTest.java | 54         final FeatureInfo[] features = pm.getSystemAvailableFeatures();  in setup()  local
 | 
| D | VulkanDeqpLevelTest.java | 59         final FeatureInfo[] features = pm.getSystemAvailableFeatures();  in setup()  local
 | 
| /cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/ | 
| D | EnsureHasAccount.java | 52     String[] features() default {};  in features()  method
 | 
| /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ | 
| D | DeviceInfoInstrument.java | 141         String features = getFeatures();  in onStart()  local266         StringBuilder features = new StringBuilder();  in getFeatures()  local
 293     private static void addFeature(StringBuilder features, String name, String type,  in addFeature()
 307             List<String> features = new ArrayList<String>();  in getPackageManagerFeatures()  local
 
 | 
| /cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ | 
| D | MediaRoute2ProviderServiceTest.java | 101         List<String> features = new ArrayList<>();  in setUp()  local176         final List<String> features = Collections.singletonList("customFeature");  in testNotifyRoutesInvokesMediaRouter2DeprecatedRouteCallback()  local
 294         final List<String> features = Collections.singletonList("customFeature");  in testNotifyRoutesInvokesMediaRouter2RouteCallback()  local
 698     Map<String, MediaRoute2Info> waitAndGetRoutes(List<String> features)  in waitAndGetRoutes()
 
 | 
| D | RouteDiscoveryPreferenceTest.java | 95         final List<String> features = new ArrayList<>();  in testBuilderSetPreferredFeatures()  local116         final List<String> features = new ArrayList<>();  in testBuilderSetActiveScan()  local
 
 | 
| /cts/hostsidetests/graphics/gpuprofiling/src/android/graphics/gpuprofiling/cts/ | 
| D | CtsFrameTracerDataSourceTest.java | 51     private void bypassTestForFeatures(String... features) throws Exception {  in bypassTestForFeatures()
 | 
| /cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/ | 
| D | TestAppAccountAuthenticator.java | 75         ArrayList<String> features = options.getStringArrayList("features");  in addAccount()  local128             String[] features) throws NetworkErrorException {  in hasFeatures()
 
 | 
| /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ | 
| D | FeatureDeviceInfo.java | 84             List<String> features = new ArrayList<String>();  in getPackageManagerFeatures()  local
 | 
| /cts/common/device-side/bedstead/remoteaccountauthenticator/src/main/java/com/android/bedstead/remoteaccountauthenticator/ | 
| D | RemoteAccountAuthenticator.java | 101     public void setFeatures(AccountReference account, Set<String> features) {  in setFeatures()
 | 
| /cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ | 
| D | HdmiCecGeneralProtocolTest.java | 122         int features = 0;  in cect_hf_4_2_15()  local
 | 
| /cts/tests/video/src/android/video/cts/ | 
| D | CodecPerformanceTestBase.java | 161             String[] features, boolean isEncoder) {  in selectCodecs()166             String[] features, boolean isEncoder) {  in selectHardwareCodecs()
 171             String[] features, boolean isEncoder, int selectCodecOption) {  in selectCodecs()
 
 | 
| /cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/ | 
| D | MockAuthenticatorService.java | 84                 String[] features) throws NetworkErrorException {  in hasFeatures()
 | 
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/ | 
| D | PocAuthService.java | 80                 String[] features) throws NetworkErrorException {  in hasFeatures()
 | 
| /cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ | 
| D | SyncAdapterSettingsAuthenticator.java | 89                 String[] features) throws NetworkErrorException {  in hasFeatures()
 | 
| /cts/hostsidetests/systemui/src/android/host/systemui/ | 
| D | CompatChangesTileServiceTest.java | 170         String features = getDevice().executeShellCommand("pm list features");  in supportedHardware()  local
 | 
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/ | 
| D | PocAuthenticator.java | 96             String[] features) throws NetworkErrorException {  in hasFeatures()
 | 
| /cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/ | 
| D | TestAccountAuthenticator.java | 82             String[] features) throws NetworkErrorException {  in hasFeatures()
 | 
| /cts/tests/tests/accounts/common/src/android/accounts/cts/common/ | 
| D | TestDefaultAuthenticator.java | 123             String[] features) throws NetworkErrorException {  in hasFeatures()
 |