HomeSort by relevance Sort by last modified time
    Searched refs:conversationCursor (Results 1 - 3 of 3) sorted by null

  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 47 import com.android.mail.browse.ConversationCursor;
161 // The number of items in the last known ConversationCursor
344 final ConversationCursor conversationCursor = getConversationListCursor();
362 mListAdapter = new AnimatedAdapter(mActivity.getApplicationContext(), conversationCursor,
411 mConversationCursorHash = (conversationCursor == null) ? 0 : conversationCursor.hashCode();
413 // ConversationCursor
414 if (conversationCursor != null && conversationCursor.isRefreshReady())
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]

Completed in 4728 milliseconds