Searched refs:LOADER_ACCOUNT_CURSOR (Results 1 - 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
H A D | MailboxSelectionActivity.java | 65 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 D | AbstractActivityController.java | 327 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 D | ComposeActivity.java | 267 private static final int LOADER_ACCOUNT_CURSOR = 1; field in class:ComposeActivity 787 getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, null, this); 1002 getLoaderManager().initLoader(LOADER_ACCOUNT_CURSOR, null, this); 3902 case LOADER_ACCOUNT_CURSOR: 3940 case LOADER_ACCOUNT_CURSOR: 3955 getLoaderManager().destroyLoader(LOADER_ACCOUNT_CURSOR);
|
Completed in 108 milliseconds