Searched refs:notifyUI (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailProvider.java | 729 notifyUI(UIPROVIDER_ACCOUNT_NOTIFIER, id); in delete() 730 notifyUI(UIPROVIDER_ALL_ACCOUNTS_NOTIFIER, null); in delete() 734 notifyUI(UIPROVIDER_ATTACHMENT_NOTIFIER, id); in delete() 807 notifyUI(EmailContent.CONTENT_URI, null); in delete() 964 notifyUI(UIPROVIDER_ACCOUNT_NOTIFIER, accountId); in insert() 965 notifyUI(UIPROVIDER_FOLDERLIST_NOTIFIER, accountId); in insert() 975 notifyUI(UIPROVIDER_ALL_ACCOUNTS_NOTIFIER, null); in insert() 1031 notifyUI(EmailContent.CONTENT_URI, null); in insert() 2099 notifyUI(UIPROVIDER_ATTACHMENT_NOTIFIER, id); in update() 2103 notifyUI(UIPROVIDER_ATTACHMENTS_NOTIFIER, att.mMessageKey); in update() [all …]
|