Searched refs:futureAccounts (Results 1 – 1 of 1) sorted by relevance
1043 AccountManagerFuture<Account[]> futureAccounts = am.getAccountsByTypeAndFeatures( in testGetAccountsByTypeAndFeatures() local1046 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() local1105 Account[] accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()1141 futureAccounts = am.getAccountsByTypeAndFeatures(ACCOUNT_TYPE, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()1146 accounts = futureAccounts.getResult(); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()