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.java1057 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeatures() local
1060 Account[] accounts = futureAccounts.getResult(30, TimeUnit.SECONDS); in testGetAccountsByTypeAndFeatures()
1066 futureAccounts = am.getAccountsByTypeAndFeatures(ACCOUNT_TYPE, in testGetAccountsByTypeAndFeatures()
1070 accounts = futureAccounts.getResult(30, TimeUnit.SECONDS); in testGetAccountsByTypeAndFeatures()
1113 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() local
1119 Account[] accounts = futureAccounts.getResult(30, TimeUnit.SECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1155 futureAccounts = am.getAccountsByTypeAndFeatures(ACCOUNT_TYPE, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1160 accounts = futureAccounts.getResult(30, TimeUnit.SECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()