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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailboxSelectionActivity.java 65 private static final int LOADER_ACCOUNT_CURSOR = 0;
319 getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, null, this);
340 case LOADER_ACCOUNT_CURSOR:
380 getLoaderManager().destroyLoader(LOADER_ACCOUNT_CURSOR);
AbstractActivityController.java 327 private static final int LOADER_ACCOUNT_CURSOR = 0;
336 * {@link #LOADER_ACCOUNT_CURSOR}. The current account is guaranteed to be in the list,
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 266 private static final int LOADER_ACCOUNT_CURSOR = 1;
    [all...]

Completed in 234 milliseconds