Searched refs:onSyncCanceled (Results 1 – 3 of 3) sorted by relevance
120 sSyncListener.onSyncCanceled(account, authority, userId); in cancelSyncAsUser()169 void onSyncCanceled(Account account, String authority, @UserIdInt int userId); in onSyncCanceled() method
187 verify(mMockSyncListener, times(2)).onSyncCanceled(eq(mAccount), argument.capture(), in onButtonClicked_doesHaveActiveSyncs_shouldCancelSyncForSyncableAdapters()
458 verify(mMockSyncListener).onSyncCanceled(eq(mAccount), eq(AUTHORITY), eq(USER_ID)); in onSyncPreferenceClicked_preferenceUnchecked_shouldCancelSync()