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.java87 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 }; field in AccountManagerTest
283 assertEquals(REQUIRED_FEATURES[0], mockAuthenticator.getRequiredFeatures()[0]); in validateFeatures()
284 assertEquals(REQUIRED_FEATURES[1], mockAuthenticator.getRequiredFeatures()[1]); in validateFeatures()
464 REQUIRED_FEATURES, in testAddAccount()
553 REQUIRED_FEATURES, in testAddAccountWithCallbackAndHandler()
1044 ACCOUNT_TYPE, REQUIRED_FEATURES, null, null); in testGetAccountsByTypeAndFeatures()
1101 REQUIRED_FEATURES, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1642 REQUIRED_FEATURES, in testGetAuthTokenByFeatures()
1658 REQUIRED_FEATURES, in testGetAuthTokenByFeatures()
2133 REQUIRED_FEATURES, in assertHasFeature()
[all …]