Searched refs:notifyUI (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 728 notifyUI(UIPROVIDER_ACCOUNT_NOTIFIER, id); in delete() 729 notifyUI(UIPROVIDER_ALL_ACCOUNTS_NOTIFIER, null); in delete() 733 notifyUI(UIPROVIDER_ATTACHMENT_NOTIFIER, id); in delete() 806 notifyUI(EmailContent.CONTENT_URI, null); in delete() 963 notifyUI(UIPROVIDER_ACCOUNT_NOTIFIER, accountId); in insert() 964 notifyUI(UIPROVIDER_FOLDERLIST_NOTIFIER, accountId); in insert() 974 notifyUI(UIPROVIDER_ALL_ACCOUNTS_NOTIFIER, null); in insert() 1030 notifyUI(EmailContent.CONTENT_URI, null); in insert() 2098 notifyUI(UIPROVIDER_ATTACHMENT_NOTIFIER, id); in update() 2102 notifyUI(UIPROVIDER_ATTACHMENTS_NOTIFIER, att.mMessageKey); in update() [all …]
|