Home | History | Annotate | Download | only in ui

Lines Matching refs:EMPTY

703         if (mAccount != null && !Uri.EMPTY.equals(mAccount.settings.setupIntentUri)) {
821 LogUtils.e(LOG_TAG, new Error(), "AAC.preloadConvList(): Got an empty folder");
843 /** If the folder doesn't exist, or its parent URI is empty,
845 final boolean isTopLevel = (folder == null) || (folder.parent == Uri.EMPTY);
947 restartOptionalLoader(LOADER_ACCOUNT_INBOX, mFolderCallbacks, Bundle.EMPTY);
1015 lm.initLoader(LOADER_FOLDER_CURSOR, Bundle.EMPTY, mFolderCallbacks);
1017 lm.restartLoader(LOADER_FOLDER_CURSOR, Bundle.EMPTY, mFolderCallbacks);
1064 mActivity.getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, Bundle.EMPTY,
1271 mActivity.getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, Bundle.EMPTY,
2131 /** If the folder doesn't exist, or its parent URI is empty,
2133 final boolean isTopLevel = (mFolder == null) || (mFolder.parent == Uri.EMPTY);
2212 restartOptionalLoader(LOADER_RECENT_FOLDERS, mFolderCallbacks, Bundle.EMPTY);
2215 restartOptionalLoader(LOADER_ACCOUNT_UPDATE_CURSOR, mAccountCallbacks, Bundle.EMPTY);
2363 restartOptionalLoader(LOADER_ACCOUNT_UPDATE_CURSOR, mAccountCallbacks, Bundle.EMPTY);
2554 * @param args arguments, if any, to be passed to the loader. Use {@link Bundle#EMPTY} if no
2621 // Check to see if the current account hasn't been set, or the account cursor is empty
3432 && !mAccount.recentFolderListUri.equals(Uri.EMPTY)) {
3440 final Uri inboxUri = defaultInbox.equals(Uri.EMPTY) ?
3542 LogUtils.e(LOG_TAG, "Null/empty cursor returned by LOADER_SEARCH loader");
3616 // If an empty cursor is returned, the MailAppProvider is indicating that
3622 // and the account list is still empty, we want to prompt the user to add
3668 restartOptionalLoader(LOADER_ACCOUNT_UPDATE_CURSOR, this, Bundle.EMPTY);
4160 final boolean isTopLevel = (mFolder == null) || (mFolder.parent == Uri.EMPTY);