OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maccountmanagerresponse
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java
32
private AccountManagerResponse
mAccountManagerResponse
= null;
40
mAccountManagerResponse
=
73
if (
mAccountManagerResponse
!= null) {
75
mAccountManagerResponse
.onResult(mResult);
77
mAccountManagerResponse
.onError(AccountManager.ERROR_CODE_CANCELED, "canceled");
Completed in 81 milliseconds