Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DCpuFeaturesTest.java77 String features = getFieldFromCpuinfo("Features"); in getFeaturesFromCpuinfo() local
88 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/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/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java132 String features = getFeatures(); in onStart() local
248 StringBuilder features = new StringBuilder(); in getFeatures() local
275 private static void addFeature(StringBuilder features, String name, String type, in addFeature()
289 List<String> features = new ArrayList<String>(); in getPackageManagerFeatures() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java283 private boolean hasAnyFeature(String[] features) { in hasAnyFeature()
295 private boolean hasAllFeatures(String[] features) { in hasAllFeatures()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
DFeatureSummaryActivity.java265 Set<Feature> features = new LinkedHashSet<Feature>(); in onCreate() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp64 uint64_t features = android_getCpuFeatures(); in android_security_cts_EncryptionTest_cpuHasAes() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMockAccountAuthenticator.java87 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java89 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java96 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java291 String[] features) throws NetworkErrorException { in hasFeatures()
/cts/tests/tests/app/src/android/app/cts/
DSystemFeaturesTest.java354 Set<String> features = new HashSet<String>(); in getFeatureConstantsNames() local
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java254 String[] features) throws NetworkErrorException { in hasFeatures()
DAccountManagerTest.java365 private Bundle getAuthTokenByFeature(String[] features, Activity activity) in getAuthTokenByFeature()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1294 final Set<String> features = getDeviceFeatures(mDevice); in isSupportedRunConfiguration() local