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.java80 public static final String[] REQUIRED_FEATURES = new String[] { FEATURE_1, FEATURE_2 }; field in AccountManagerTest
260 assertEquals(REQUIRED_FEATURES[0], mockAuthenticator.getRequiredFeatures()[0]); in validateFeatures()
261 assertEquals(REQUIRED_FEATURES[1], mockAuthenticator.getRequiredFeatures()[1]); in validateFeatures()
441 REQUIRED_FEATURES, in testAddAccount()
530 REQUIRED_FEATURES, in testAddAccountWithCallbackAndHandler()
814 ACCOUNT_TYPE, REQUIRED_FEATURES, null, null); in testGetAccountsByTypeAndFeatures()
871 REQUIRED_FEATURES, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1412 REQUIRED_FEATURES, in testGetAuthTokenByFeatures()
1428 REQUIRED_FEATURES, in testGetAuthTokenByFeatures()
1848 REQUIRED_FEATURES, in assertHasFeature()
[all …]