Searched refs:LOADER_ACCOUNT_CURSOR (Results 1 - 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMailboxSelectionActivity.java65 private static final int LOADER_ACCOUNT_CURSOR = 0; field in class:MailboxSelectionActivity
319 getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, null, this);
340 case LOADER_ACCOUNT_CURSOR:
380 getLoaderManager().destroyLoader(LOADER_ACCOUNT_CURSOR);
H A DAbstractActivityController.java327 private static final int LOADER_ACCOUNT_CURSOR = 0; field in class:AbstractActivityController
336 * {@link #LOADER_ACCOUNT_CURSOR}. The current account is guaranteed to be in the list,
1115 mActivity.getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, Bundle.EMPTY,
1368 mActivity.getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, Bundle.EMPTY,
3651 case LOADER_ACCOUNT_CURSOR:
3652 LogUtils.d(LOG_TAG, "LOADER_ACCOUNT_CURSOR created");
3676 case LOADER_ACCOUNT_CURSOR:
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java264 private static final int LOADER_ACCOUNT_CURSOR = 1; field in class:ComposeActivity
786 getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, null, this);
1001 getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, null, this);
3891 case LOADER_ACCOUNT_CURSOR:
3929 case LOADER_ACCOUNT_CURSOR:
3944 getLoaderManager().destroyLoader(LOADER_ACCOUNT_CURSOR);

Completed in 110 milliseconds