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.java71 public static final String FEATURE_2 = "feature.2"; field in AccountManagerTest
80 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 };
1865 new String[]{FEATURE_2}, in assertHasFeature()
1871 new String[]{FEATURE_1, FEATURE_2}, in assertHasFeature()
1889 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2}, in assertHasFeature()
1960 new String[]{FEATURE_2},
1967 new String[]{FEATURE_1, FEATURE_2},
1988 new String[]{NON_EXISTING_FEATURE, FEATURE_1, FEATURE_2},
DMockAccountAuthenticator.java71 mockFeatureList.add(AccountManagerTest.FEATURE_2); in MockAccountAuthenticator()