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.java78 public static final String FEATURE_2 = "feature.2"; field in AccountManagerTest
87 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 };
2150 new String[]{FEATURE_2}, in assertHasFeature()
2156 new String[]{FEATURE_1, FEATURE_2}, in assertHasFeature()
2174 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature()
2245 new String[]{FEATURE_2},
2252 new String[]{FEATURE_1, FEATURE_2},
2273 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2},
DMockAccountAuthenticator.java76 mockFeatureList.add(AccountManagerTest.FEATURE_2); in MockAccountAuthenticator()