Searched defs:ConversationCursor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java72 * ConversationCursor is a wrapper around a conversation list cursor that provides update/delete
76 public final class ConversationCursor implements Cursor, ConversationCursorOperationListener, class in inherits:Cursor,ConversationCursorOperationListener,DrawIdler.IdleListener
190 public ConversationCursor(Activity activity, Uri uri, boolean useInitialConversationLimit, method in class:ConversationCursor
204 * Create a ConversationCursor; this should be called by the ListActivity using that cursor
209 // Create new ConversationCursor
330 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos);
457 LogUtils.i(LOG_TAG, "*** ConversationCursor pre-loading took %sms n=%s", (end-start),
645 LogUtils.i(LOG_TAG, "ConversationCursor query: %s, %dms, %d results",
734 * Returns the conversation uris for the Conversations that the ConversationCursor is treating
749 // Since clients of the conversation cursor see conversation ConversationCursor
[all...]

Completed in 46 milliseconds