Home
last modified time | relevance | path

Searched refs:UIPROVIDER_FOLDERLIST_NOTIFIER (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java880 private static Uri UIPROVIDER_FOLDERLIST_NOTIFIER; field in EmailProvider
965 notifyUI(UIPROVIDER_FOLDERLIST_NOTIFIER, accountId); in insert()
1096 UIPROVIDER_FOLDERLIST_NOTIFIER = in init()
4144 UIPROVIDER_FOLDERLIST_NOTIFIER.buildUpon().appendEncodedPath(id).build(); in uiFolders()
4631 UIPROVIDER_FOLDERLIST_NOTIFIER.buildUpon().appendEncodedPath(id).build(); in uiQuery()
4655 UIPROVIDER_FOLDERLIST_NOTIFIER.buildUpon().appendEncodedPath(id).build(); in uiQuery()
4672 notifyUri = ContentUris.withAppendedId(UIPROVIDER_FOLDERLIST_NOTIFIER, accountId); in uiQuery()
5673 notifyUI(UIPROVIDER_FOLDERLIST_NOTIFIER, accountId); in notifyUIFolder()
5680 notifyUI(UIPROVIDER_FOLDERLIST_NOTIFIER, COMBINED_ACCOUNT_ID); in notifyUIFolder()