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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationCursorLoader.java31 public class ConversationCursorLoader extends AsyncTaskLoader<ConversationCursor> { class in inherits:AsyncTaskLoader
32 private static final String TAG = "ConversationCursorLoader";
44 private static final ArrayList<ConversationCursorLoader> sLoaders =
45 new ArrayList<ConversationCursorLoader>();
47 public ConversationCursorLoader(Activity activity, Account account, Uri uri, String name) { method in class:ConversationCursorLoader
62 for (ConversationCursorLoader loader: sLoaders) {

Completed in 53 milliseconds