/cts/tests/tests/os/src/android/os/cts/ |
D | CpuFeaturesTest.java | 77 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/ |
D | HasFeaturesTx.java | 28 public final List<String> features = new ArrayList<>(); field in HasFeaturesTx 39 String[] features, in HasFeaturesTx()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | FeatureUtil.java | 49 public static boolean hasAnySystemFeature(String... features) { in hasAnySystemFeature() 60 public static boolean hasAllSystemFeatures(String... features) { in hasAllSystemFeatures()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | FeatureUtil.java | 48 public static boolean hasAnySystemFeature(String... features) { in hasAnySystemFeature() 59 public static boolean hasAllSystemFeatures(String... features) { in hasAllSystemFeatures()
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
D | AccountCheckTest.java | 57 private void addAccount(String... features) throws Exception { in addAccount() 163 private boolean hasAccountFeatures(AccountManager am, Account account, String[] features) { in hasAccountFeatures()
|
D | TestAuthenticator.java | 116 String[] features) throws NetworkErrorException { in hasFeatures()
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
D | DeviceInfoInstrument.java | 141 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/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/ |
D | TestAuthenticator.java | 55 final String[] features = intent.getStringArrayExtra("features"); in onStartCommand() local 126 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/tests/tests/graphics/src/android/graphics/cts/ |
D | VulkanFeaturesTest.java | 83 FeatureInfo features[] = mPm.getSystemAvailableFeatures(); in setup() local 262 JSONObject features = device.getJSONObject("features"); in determineHardwareLevel() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | ManifestTestListAdapter.java | 305 private boolean hasAnyFeature(String[] features) { in hasAnyFeature() 317 private boolean hasAllFeatures(String[] features) { in hasAllFeatures()
|
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
D | SyncAdapterSettingsAuthenticator.java | 89 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()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/ |
D | FeatureSummaryActivity.java | 295 Set<Feature> features = new LinkedHashSet<Feature>(); in onCreate() local
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
D | BaseTileServiceTest.java | 138 String features = getDevice().executeShellCommand("pm list features"); in supportedHardware() local
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | MockAccountAuthenticator.java | 88 String[] features) throws NetworkErrorException { in hasFeatures()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockAccountAuthenticator.java | 89 String[] features) throws NetworkErrorException { in hasFeatures()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | JsonPrinter.java | 151 private void writeFeatureCollection(String name, Collection<UsesFeature> features) in writeFeatureCollection()
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 140 String[] features) throws NetworkErrorException { in hasFeatures()
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
D | Authenticator.java | 176 AccountAuthenticatorResponse response, Account account, String[] features) in hasFeatures()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCodecPlayerTestBase.java | 153 private boolean isResolutionSupported(String mime, String[] features, in isResolutionSupported()
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsAuthenticator.java | 132 String[] features) throws NetworkErrorException { in hasFeatures()
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdAuthenticator.java | 131 String[] features) throws NetworkErrorException { in hasFeatures()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 94 String[] features) throws NetworkErrorException { in hasFeatures()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | AccountAuthenticator.java | 110 String[] features) throws NetworkErrorException { in hasFeatures()
|