Searched refs:requery (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DSortCursor.java295 public boolean requery() method in class:SortCursor
301 if (mCursors[i].requery() == false) {
H A DTrackBrowserActivity.java1315 public boolean requery() method in class:TrackBrowserActivity.NowPlayingCursor
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DBaseImageList.java111 mCursor.requery();
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertActivity.java233 // If the cursor is null, start the async handler. If it is not null just requery.
239 if (!mCursor.requery()) {
240 Log.w(TAG, "Cursor#requery() failed.");
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java407 public boolean requery() { method in class:SuggestionsProvider.SuggestionsCursor
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
H A DSourceLatency.java276 mCursor.requery();
/packages/apps/Settings/src/com/android/settings/quicklaunch/
H A DQuickLaunchSettings.java289 if (!c.requery()) {
290 Log.e(TAG, "Could not requery cursor when refreshing shortcuts.");
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider.java701 public boolean requery() { method in class:BrowserProvider.MySuggestionCursor
702 return (mHistoryCursor != null ? mHistoryCursor.requery() : false) |
703 (mSuggestCursor != null ? mSuggestCursor.requery() : false);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImpl.java514 mDbCursor.requery( );
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java84 /** An row cached during a requery is indicated by the presence of REQUERY_COLUMN in the map */
115 /** The new cursor obtained via a requery */
216 // We want to notify about this change to allow the UI to requery. We don't
1062 LogUtils.i(LOG_TAG, "[sync() %s; no requery cursor]", mName);
1087 * When we get a requery from the UI, we'll do it, but also clear the cache. The listener is
1088 * notified when the requery is complete
2015 public boolean requery() { method in class:ConversationCursor

Completed in 568 milliseconds