Searched refs:getAccountManagerAccount (Results 1 – 9 of 9) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 383 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 …]
|
D | NotificationActionUtils.java | 792 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/ |
D | ConversationSyncDisabledTipView.java | 80 mAccount.getAccountManagerAccount(), mAccount.syncAuthority); in getTextAreaOnClickListener() 141 android.accounts.Account acct = account.getAccountManagerAccount();
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | RecipientAdapter.java | 26 setAccount(account.getAccountManagerAccount()); in RecipientAdapter()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 1697 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/ |
D | Account.java | 537 public android.accounts.Account getAccountManagerAccount(String type) { in getAccountManagerAccount() method in Account
|
/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 582 = account.getAccountManagerAccount(serviceInfo.accountType); in cancelNotifications()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSettingsFragment.java | 654 final android.accounts.Account androidAcct = mUiAccount.getAccountManagerAccount(); in loadSettings()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Account.java | 549 public android.accounts.Account getAccountManagerAccount() { in getAccountManagerAccount() method in Account
|