Searched defs:requery (Results 1 - 3 of 3) 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/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
2022 public boolean requery() { method in class:ConversationCursor

Completed in 179 milliseconds