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
46
private AccountManagerResponse
mAccountManagerResponse
= null;
57
mAccountManagerResponse
=
130
if (
mAccountManagerResponse
!= null) {
132
mAccountManagerResponse
.onResult(mResult);
134
mAccountManagerResponse
.onError(AccountManager.ERROR_CODE_CANCELED, "canceled");
Completed in 345 milliseconds