Searched refs:futureAccounts (Results 1 – 1 of 1) sorted by relevance
1057 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeatures() local1060 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() local1119 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()