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.java741 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeatures() local
744 Account[] accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeatures()
750 futureAccounts = am.getAccountsByTypeAndFeatures(ACCOUNT_TYPE, in testGetAccountsByTypeAndFeatures()
754 accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeatures()
797 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local
803 Account[] accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
839 futureAccounts = am.getAccountsByTypeAndFeatures(ACCOUNT_TYPE, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
844 accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()