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/
ConversationListFragment.java 42 import com.android.mail.browse.ConversationCursor;
284 final ConversationCursor conversationCursor = getConversationListCursor();
302 mListAdapter = new AnimatedAdapter(mActivity.getApplicationContext(), conversationCursor,
333 mConversationCursorHash = (conversationCursor == null) ? 0 : conversationCursor.hashCode();
335 // ConversationCursor
336 if (conversationCursor != null && conversationCursor.isRefreshReady()) {
337 conversationCursor.sync()
    [all...]
  /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 45 milliseconds