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