Searched refs:FEATURE_1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 70 public static final String FEATURE_1 = "feature.1"; field in AccountManagerTest 80 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 }; 1859 new String[]{FEATURE_1}, in assertHasFeature() 1871 new String[]{FEATURE_1, FEATURE_2}, in assertHasFeature() 1883 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, in assertHasFeature() 1889 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature() 1953 new String[]{FEATURE_1}, 1967 new String[]{FEATURE_1, FEATURE_2}, 1981 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, 1988 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2},
|
D | MockAccountAuthenticator.java | 70 mockFeatureList.add(AccountManagerTest.FEATURE_1); in MockAccountAuthenticator()
|