Searched refs:FEATURE_1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 77 public static final String FEATURE_1 = "feature.1"; field in AccountManagerTest 87 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 }; 2144 new String[]{FEATURE_1}, in assertHasFeature() 2156 new String[]{FEATURE_1, FEATURE_2}, in assertHasFeature() 2168 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, in assertHasFeature() 2174 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature() 2238 new String[]{FEATURE_1}, 2252 new String[]{FEATURE_1, FEATURE_2}, 2266 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, 2273 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2},
|
D | MockAccountAuthenticator.java | 75 mockFeatureList.add(AccountManagerTest.FEATURE_1); in MockAccountAuthenticator()
|