OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accountsqueryuri
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java
235
* @param
accountsQueryUri
237
private void addAccountsForUriAsync(Uri
accountsQueryUri
) {
238
startAccountsLoader(
accountsQueryUri
);
252
private synchronized void startAccountsLoader(Uri
accountsQueryUri
) {
253
final CursorLoader accountsCursorLoader = new CursorLoader(getContext(),
accountsQueryUri
,
257
accountsCursorLoader.registerListener(
accountsQueryUri
.hashCode(), this);
261
final CursorLoader oldLoader = mCursorLoaderMap.get(
accountsQueryUri
);
265
mCursorLoaderMap.put(
accountsQueryUri
, accountsCursorLoader);
268
private void addAccountImpl(Account account, Uri
accountsQueryUri
, boolean notify) {
269
addAccountImpl(account.uri, new AccountCacheEntry(account,
accountsQueryUri
));
[
all
...]
Completed in 59 milliseconds