Searched refs:removeAccountAsync (Results 1 – 3 of 3) sorted by relevance
106 verify(mUtils).removeAccountAsync(eq(mContext), eq(TEST_ACCOUNT), captor.capture()); in testAccountMigration()123 verify(mUtils, never()).removeAccountAsync(eq(mContext), eq(TEST_ACCOUNT), any()); in testAccountCopy()
87 mUtils.removeAccountAsync(context, mMigratedAccount, () -> { in finishAccountMigration()
400 public void removeAccountAsync(Context context, Account accountToRemove, in removeAccountAsync() method in Utils