Home
last modified time | relevance | path

Searched refs:REQUIRED_FEATURES (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java78 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 }; field in AccountManagerTest
256 assertEquals(REQUIRED_FEATURES[0], mockAuthenticator.getRequiredFeatures()[0]); in validateFeatures()
257 assertEquals(REQUIRED_FEATURES[1], mockAuthenticator.getRequiredFeatures()[1]); in validateFeatures()
417 REQUIRED_FEATURES, in testAddAccount()
483 REQUIRED_FEATURES, in testAddAccountWithCallbackAndHandler()
742 ACCOUNT_TYPE, REQUIRED_FEATURES, null, null); in testGetAccountsByTypeAndFeatures()
799 REQUIRED_FEATURES, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1340 REQUIRED_FEATURES, in testGetAuthTokenByFeatures()
1356 REQUIRED_FEATURES, in testGetAuthTokenByFeatures()
1775 REQUIRED_FEATURES, in assertHasFeature()
[all …]