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 36 import com.android.mail.browse.ConversationCursor;
240 ConversationCursor cc = (ConversationCursor) adapter.getCursor();
259 ConversationCursor.addFolderUpdates(folderUris, adds, values);
260 ConversationCursor.addTargetFolders(targetFolders.values(), values);
  /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,
188 public ConversationCursor(Activity activity, Uri uri, boolean initialConversationLimit,
199 * Create a ConversationCursor; this should be called by the ListActivity using that cursor
204 // Create new ConversationCursor
325 LogUtils.i(LOG_TAG, "ConversationCursor caching complete pos=%s", mCachePos);
450 LogUtils.i(LOG_TAG, "*** ConversationCursor pre-loading took %sms n=%s", (end-start),
638 LogUtils.i(LOG_TAG, "ConversationCursor query: %s, %dms, %d results",
724 * Returns the conversation uris for the Conversations that the ConversationCursor is treating
739 // Since clients of the conversation cursor see conversation ConversationCursor
    [all...]

Completed in 32 milliseconds