Home
last modified time | relevance | path

Searched defs:features (Results 1 – 25 of 82) sorted by relevance

1234

/cts/tests/tests/os/src/android/os/cts/
DCpuFeaturesTest.java89 String features = getFieldFromCpuinfo("Features"); in getFeaturesFromCpuinfo() local
100 private static void assertInCpuinfo(List<String> features, in assertInCpuinfo()
106 private static void assertNotInCpuinfo(List<String> features, in assertNotInCpuinfo()
135 List<String> features = getFeaturesFromCpuinfo(); in testArmCpuinfo() local
155 List<String> features = getFeaturesFromCpuinfo(); in testArm64Cpuinfo() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DHasFeaturesTx.java28 public final List<String> features = new ArrayList<>(); field in HasFeaturesTx
39 String[] features, in HasFeaturesTx()
/cts/hostsidetests/ctsverifier/src/com/android/cts/verifier/
DCtsVerifierTest.java312 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/bedstead/nene/src/main/java/com/android/bedstead/nene/accounts/
DAccountBuilder.java92 public AccountBuilder features(Set<String> features) { in features() argument
/cts/hostsidetests/car/src/android/car/cts/
DOptionalFeatureHostTest.java88 List<String> features = findFeatureListFromCarServiceDump("mDisabledFeaturesFromVhal"); in testNoDisabledFeaturesFromVHAL_textDump() local
118 List<String> features = findFeatureListFromCarServiceDump("mAvailableExperimentalFeatures"); in testNoExperimentalFeatures_textDump() local
256 String[] features = matcher.group(1).split(", "); in findFeatureListFromCarServiceDump() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DOpenGlEsDeqpLevelTest.java54 final FeatureInfo[] features = pm.getSystemAvailableFeatures(); in setup() local
DVulkanDeqpLevelTest.java59 final FeatureInfo[] features = pm.getSystemAvailableFeatures(); in setup() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFeatureUtil.java52 public static boolean hasAnySystemFeature(String... features) { in hasAnySystemFeature()
63 public static boolean hasAllSystemFeatures(String... features) { in hasAllSystemFeatures()
/cts/common/device-side/bedstead/modules/accounts/src/main/kotlin/com/android/bedstead/accounts/annotations/
DEnsureHasAccount.java56 String[] features() default {}; in features() method
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java141 String features = getFeatures(); in onStart() local
266 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/hostsidetests/graphics/gpuprofiling/src/android/graphics/gpuprofiling/cts/
DCtsFrameTracerDataSourceTest.java51 private void bypassTestForFeatures(String... features) throws Exception { in bypassTestForFeatures()
/cts/tests/tests/media/router/src/android/media/router/cts/
DRouteDiscoveryPreferenceTest.java95 final List<String> features = new ArrayList<>(); in testBuilderSetPreferredFeatures() local
116 final List<String> features = new ArrayList<>(); in testBuilderSetActiveScan() local
DMediaRoute2ProviderServiceTest.java157 final List<String> features = Collections.singletonList("customFeature"); in testNotifyRoutesInvokesMediaRouter2DeprecatedRouteCallback() local
275 final List<String> features = Collections.singletonList("customFeature"); in testNotifyRoutesInvokesMediaRouter2RouteCallback() local
679 Map<String, MediaRoute2Info> waitAndGetRoutes(List<String> features) in waitAndGetRoutes()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DFeatureDeviceInfo.java84 List<String> features = new ArrayList<String>(); in getPackageManagerFeatures() local
/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DTestAppAccountAuthenticator.java75 ArrayList<String> features = options.getStringArrayList("features"); in addAccount() local
128 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/
DHdmiCecGeneralProtocolTest.java129 int features = 0; in cect_hf_4_2_15() local
/cts/common/device-side/bedstead/remoteaccountauthenticator/src/main/java/com/android/bedstead/remoteaccountauthenticator/
DRemoteAccountAuthenticator.java107 public void setFeatures(AccountReference account, Set<String> features) { in setFeatures()
/cts/tests/video/src/android/video/cts/
DCodecPerformanceTestBase.java192 String[] features, boolean isEncoder) { in selectCodecs()
197 String[] features, boolean isEncoder) { in selectHardwareCodecs()
202 String[] features, boolean isEncoder, int selectCodecOption) { in selectCodecs()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/
DPocAuthService.java81 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DMockAuthenticatorService.java84 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAuthService.java80 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/hostsidetests/systemui/src/android/host/systemui/
DCompatChangesTileServiceTest.java170 String features = getDevice().executeShellCommand("pm list features"); in supportedHardware() local
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java89 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-43086/test-app/src/android/security/cts/CVE_2024_43086_test/
DPocAuthService.java99 AccountAuthenticatorResponse response, Account account, String[] features) in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/
DPocAuthenticator.java96 String[] features) throws NetworkErrorException { in hasFeatures()

1234