Home | History | Annotate | Download | only in provider

Lines Matching defs:folderId

4224                 final long folderId = c.getLong(0);
4225 recentFolders[i] = uiUri("uifolder", folderId);
4226 LogUtils.d(TAG, "Default recent folder: %d, with uri %s", folderId,
5665 * @param folderId the folder id to be notified
5668 private void notifyUIFolder(final String folderId, final long accountId) {
5669 notifyUI(UIPROVIDER_CONVERSATION_NOTIFIER, folderId);
5670 notifyUI(UIPROVIDER_FOLDER_NOTIFIER, folderId);
5688 final String folderId = (String) message.obj;
5689 LogUtils.d(TAG, "Notifying conversation Uri %s twice", folderId);
5690 notifyUI(UIPROVIDER_CONVERSATION_NOTIFIER, folderId);
5699 message.obj = folderId;
5703 folderId, final long accountId) {
5704 notifyUIFolder(Long.toString(folderId), accountId);