Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java786 public void getAccountsByTypeAndFeatures() throws Exception { in getAccountsByTypeAndFeatures() method in ShadowAccountManagerTest
803 …AccountManagerFuture<Account[]> future = am.getAccountsByTypeAndFeatures("google.com", new String[… in getAccountsByTypeAndFeatures()
832 am.getAccountsByTypeAndFeatures("google.com", null, callback, new Handler()); in getAccountsByTypeAndFeatures_returnsAllAccountsForNullFeature()
893 am.getAccountsByTypeAndFeatures(null, null, null, null).getResult(); in testSetAuthenticationErrorOnNextResponse()
899 am.getAccountsByTypeAndFeatures(null, null, null, null).getResult(); in testSetAuthenticationErrorOnNextResponse()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java529 protected AccountManagerFuture<Account[]> getAccountsByTypeAndFeatures(