Searched refs:getDeletePolicy (Results 1 – 9 of 9) sorted by relevance
108 assertEquals(Account.DELETE_POLICY_NEVER, mAccount.getDeletePolicy()); in testImapDeletePolicyUpdate()130 assertEquals(Account.DELETE_POLICY_ON_DELETE, mAccount.getDeletePolicy()); in testImapDeletePolicyUpdate()
736 assertEquals(tag + " delete policy", expect.getDeletePolicy(), actual.getDeletePolicy()); in checkLegacyAccount()
618 result.setDeletePolicy(fromAccount.getDeletePolicy()); in makeLegacyAccount()661 result.setDeletePolicy(fromAccount.getDeletePolicy()); in makeAccount()
416 public int getDeletePolicy() { in getDeletePolicy() method in Account
1459 if (account.getDeletePolicy() == Account.DELETE_POLICY_NEVER) { in processPendingMoveToTrash()
237 SpinnerOption.setSpinnerOptionValue(mDeletePolicyView, mAccount.getDeletePolicy()); in onCreate()
344 mAccount.setDeletePolicy(refreshedAccount.getDeletePolicy()); in onResume()
668 (newAccount.getDeletePolicy() == EmailContent.Account.DELETE_POLICY_NEVER); in copyMessages()
1141 public int getDeletePolicy() { in getDeletePolicy() method in EmailContent.Account