HomeSort by relevance Sort by last modified time
    Searched defs:ConversationCursor (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 35 import com.android.mail.browse.ConversationCursor;
243 ConversationCursor cc = (ConversationCursor) adapter.getCursor();
262 ConversationCursor.addFolderUpdates(folderUris, adds, values);
263 ConversationCursor.addTargetFolders(targetFolders.values(), values);
436 if (item instanceof ConversationCursor) {
437 final Conversation c = ((ConversationCursor) item).getConversation();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 72 * ConversationCursor is a wrapper around a conversation list cursor that provides update/delete
76 public final class ConversationCursor implements Cursor, ConversationCursorOperationListener,
190 public ConversationCursor(Activity activity, Uri uri, boolean useInitialConversationLimit,
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 50 milliseconds