Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java383 getNotificationId(notification.account.getAccountManagerAccount(), folder); in resendNotifications()
428 if (notification.account.getAccountManagerAccount().name.equals(email)) { in validateAccountNotifications()
436 if (notification.account.getAccountManagerAccount().name.equals(email)) { in validateAccountNotifications()
458 getNotificationId(notification.account.getAccountManagerAccount(), folder); in validateAccountNotifications()
503 final int notificationId = getNotificationId(account.getAccountManagerAccount(), folder); in setNewEmailIndicator()
607 getNotificationId(account.getAccountManagerAccount(), folder); in validateNotifications()
1228 context, account.getAccountManagerAccount().name, from, in configureNotifForOneConversation()
1615 notificationManager.cancel(getNotificationId(account.getAccountManagerAccount(), folder)); in clearFolderNotification()
1648 if (account.equals(key.account.getAccountManagerAccount())) { in clearAccountNotifications()
1922 return account.getAccountManagerAccount().equals(key.account.getAccountManagerAccount()) in equals()
[all …]
DNotificationActionUtils.java792 notificationAction.getAccount().getAccountManagerAccount(), in createUndoNotification()
818 NotificationUtils.getNotificationId(account.getAccountManagerAccount(), folder); in cancelUndoNotification()
840 account.getAccountManagerAccount(), folder); in processUndoNotification()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationSyncDisabledTipView.java80 mAccount.getAccountManagerAccount(), mAccount.syncAuthority); in getTextAreaOnClickListener()
141 android.accounts.Account acct = account.getAccountManagerAccount();
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DRecipientAdapter.java26 setAccount(account.getAccountManagerAccount()); in RecipientAdapter()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java1697 account.getAccountManagerAccount(serviceInfo.accountType); in backupAccounts()
1865 getAccountManagerAccount(context, emailAddress, protocol); in restartPush()
2055 getAccountManagerAccount(accountId); in update()
5731 private android.accounts.Account getAccountManagerAccount(final long accountId) { in getAccountManagerAccount() method in EmailProvider
5735 return getAccountManagerAccount(context, account.mEmailAddress, in getAccountManagerAccount()
5746 private static android.accounts.Account getAccountManagerAccount(final Context context, in getAccountManagerAccount() method in EmailProvider
5766 final android.accounts.Account account = getAccountManagerAccount(accountId); in updateAccountSyncInterval()
5823 final android.accounts.Account account = getAccountManagerAccount(mailbox.mAccountKey); in startSync()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DAccount.java537 public android.accounts.Account getAccountManagerAccount(String type) { in getAccountManagerAccount() method in Account
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java582 = account.getAccountManagerAccount(serviceInfo.accountType); in cancelNotifications()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java654 final android.accounts.Account androidAcct = mUiAccount.getAccountManagerAccount(); in loadSettings()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java549 public android.accounts.Account getAccountManagerAccount() { in getAccountManagerAccount() method in Account