Searched refs:FEATURE_1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 78 public static final String FEATURE_1 = "feature.1"; field in AccountManagerTest 88 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 }; 2158 new String[]{FEATURE_1}, in assertHasFeature() 2170 new String[]{FEATURE_1, FEATURE_2}, in assertHasFeature() 2182 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, in assertHasFeature() 2188 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature() 2252 new String[]{FEATURE_1}, 2266 new String[]{FEATURE_1, FEATURE_2}, 2280 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, 2287 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2},
|
D | MockAccountAuthenticator.java | 75 mockFeatureList.add(AccountManagerTest.FEATURE_1); in MockAccountAuthenticator()
|