Home
last modified time | relevance | path

Searched refs:accountsCursorLoader (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DMailAppProvider.java279 final CursorLoader accountsCursorLoader = new CursorLoader(getContext(), accountsQueryUri, in startAccountsLoader() local
283 accountsCursorLoader.registerListener(accountsQueryUri.hashCode(), this); in startAccountsLoader()
284 accountsCursorLoader.startLoading(); in startAccountsLoader()
291 mCursorLoaderMap.put(accountsQueryUri, accountsCursorLoader); in startAccountsLoader()
292 mAccountsLoaded.put(accountsCursorLoader, false); in startAccountsLoader()