Searched refs:notifyUIFolder (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 731 notifyUIFolder(id, accountId); in delete() 953 notifyUIFolder(mailboxId, values.getAsLong(MessageColumns.ACCOUNT_KEY)); in insert() 2107 notifyUIFolder(id, accountId); in update() 5451 notifyUIFolder(c.getLong(MESSAGE_KEYS_MAILBOX_KEY_COLUMN), in handleMessageUpdateNotifications() 5477 notifyUIFolder(mailbox.mId, mailbox.mAccountKey); in uiDeleteMessage() 5489 notifyUIFolder(mailbox.mId, mailbox.mAccountKey); in uiDeleteMessage() 5534 notifyUIFolder(mailboxId, accountId); in uiPurgeFolder() 5668 private void notifyUIFolder(final String folderId, final long accountId) { in notifyUIFolder() method in EmailProvider 5703 private void notifyUIFolder(final long folderId, final long accountId) { in notifyUIFolder() method in EmailProvider 5704 notifyUIFolder(Long.toString(folderId), accountId); in notifyUIFolder() [all …]
|