Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java1043 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeatures() local
1046 Account[] accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeatures()
1052 futureAccounts = am.getAccountsByTypeAndFeatures(ACCOUNT_TYPE, in testGetAccountsByTypeAndFeatures()
1056 accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeatures()
1099 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local
1105 Account[] accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1141 futureAccounts = am.getAccountsByTypeAndFeatures(ACCOUNT_TYPE, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1146 accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()