Searched refs:FEATURE_1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 68 public static final String FEATURE_1 = "feature.1"; field in AccountManagerTest 78 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 }; 1786 new String[]{FEATURE_1}, in assertHasFeature() 1798 new String[]{FEATURE_1, FEATURE_2}, in assertHasFeature() 1810 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, in assertHasFeature() 1816 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature() 1880 new String[]{FEATURE_1}, 1894 new String[]{FEATURE_1, FEATURE_2}, 1908 new String[]{NON_EXISTING_FEATURE, FEATURE_1}, 1915 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2},
|
D | MockAccountAuthenticator.java | 69 mockFeatureList.add(AccountManagerTest.FEATURE_1); in MockAccountAuthenticator()
|