Searched refs:accountsCursorLoader (Results 1 – 1 of 1) sorted by relevance
279 final CursorLoader accountsCursorLoader = new CursorLoader(getContext(), accountsQueryUri, in startAccountsLoader() local283 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()