Searched refs:notifyUIFolder (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 732 notifyUIFolder(id, accountId); in delete() 954 notifyUIFolder(mailboxId, values.getAsLong(MessageColumns.ACCOUNT_KEY)); in insert() 2108 notifyUIFolder(id, accountId); in update() 5452 notifyUIFolder(c.getLong(MESSAGE_KEYS_MAILBOX_KEY_COLUMN), in handleMessageUpdateNotifications() 5478 notifyUIFolder(mailbox.mId, mailbox.mAccountKey); in uiDeleteMessage() 5490 notifyUIFolder(mailbox.mId, mailbox.mAccountKey); in uiDeleteMessage() 5535 notifyUIFolder(mailboxId, accountId); in uiPurgeFolder() 5669 private void notifyUIFolder(final String folderId, final long accountId) { in notifyUIFolder() method in EmailProvider 5704 private void notifyUIFolder(final long folderId, final long accountId) { in notifyUIFolder() method in EmailProvider 5705 notifyUIFolder(Long.toString(folderId), accountId); in notifyUIFolder() [all …]
|