Searched defs:requery (Results 1 - 5 of 5) 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/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/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java407 public boolean requery() { method in class:SuggestionsProvider.SuggestionsCursor
/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 */
211 // We want to notify about this change to allow the UI to requery. We don't
1052 LogUtils.i(LOG_TAG, "[sync() %s; no requery cursor]", mName);
1077 * When we get a requery from the UI, we'll do it, but also clear the cache. The listener is
1078 * notified when the requery is complete
1976 public boolean requery() { method in class:ConversationCursor

Completed in 432 milliseconds