Searched refs:accountsQueryUri (Results 1 – 1 of 1) sorted by relevance
263 private void addAccountsForUriAsync(Uri accountsQueryUri) { in addAccountsForUriAsync() argument264 startAccountsLoader(accountsQueryUri); in addAccountsForUriAsync()278 private synchronized void startAccountsLoader(Uri accountsQueryUri) { in startAccountsLoader() argument279 final CursorLoader accountsCursorLoader = new CursorLoader(getContext(), accountsQueryUri, in startAccountsLoader()283 accountsCursorLoader.registerListener(accountsQueryUri.hashCode(), this); in startAccountsLoader()287 final CursorLoader oldLoader = mCursorLoaderMap.get(accountsQueryUri); in startAccountsLoader()291 mCursorLoaderMap.put(accountsQueryUri, accountsCursorLoader); in startAccountsLoader()295 private void addAccountImpl(Account account, Uri accountsQueryUri, boolean notify) { in addAccountImpl() argument296 addAccountImpl(account.uri, new AccountCacheEntry(account, accountsQueryUri)); in addAccountImpl()447 final Uri accountsQueryUri = cursorLoader.getUri(); in onLoadComplete() local[all …]