Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java340TestAccountManagerCallback<Boolean> testAccountManagerCallback = new TestAccountManagerCallback<>(… in removeAccount_does()
547 TestAccountManagerCallback<Bundle> callback = new TestAccountManagerCallback<>(); in addAccount_shouldCallCallback()
567 TestAccountManagerCallback<Bundle> callback = new TestAccountManagerCallback<>(); in addAccount_whenSchedulerPaused_shouldCallCallbackAfterSchedulerUnpaused()
660 TestAccountManagerCallback<Bundle> callback = new TestAccountManagerCallback<>(); in getAuthToken_withActivity_returnsCorrectToken()
682 TestAccountManagerCallback<Bundle> callback = new TestAccountManagerCallback<>(); in getAuthToken_withActivity_returnsAuthIntent()
709 TestAccountManagerCallback<Bundle> callback = new TestAccountManagerCallback<>(); in getAuthToken_withNotifyAuthFailureSetToFalse_returnsCorrectToken()
735 TestAccountManagerCallback<Bundle> callback = new TestAccountManagerCallback<>(); in getAuthToken_withNotifyAuthFailureSetToFalse_returnsAuthIntent()
762 TestAccountManagerCallback<Boolean> callback = new TestAccountManagerCallback<>(); in getHasFeatures_returnsTrueWhenAllFeaturesSatisfied()
777 TestAccountManagerCallback<Boolean> callback = new TestAccountManagerCallback<>(); in getHasFeatures_returnsFalseWhenAllFeaturesNotSatisfied()
801 TestAccountManagerCallback<Account[]> callback = new TestAccountManagerCallback<>(); in getAccountsByTypeAndFeatures()
[all …]