Home
last modified time | relevance | path

Searched refs:FEATURE_2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java79 public static final String FEATURE_2 = "feature.2"; field in AccountManagerTest
88 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 };
2164 new String[]{FEATURE_2}, in assertHasFeature()
2170 new String[]{FEATURE_1, FEATURE_2}, in assertHasFeature()
2188 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature()
2259 new String[]{FEATURE_2},
2266 new String[]{FEATURE_1, FEATURE_2},
2287 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2},
DMockAccountAuthenticator.java76 mockFeatureList.add(AccountManagerTest.FEATURE_2); in MockAccountAuthenticator()