Searched refs:mResponse (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AccountManagerResponse.java | 29 private IAccountManagerResponse mResponse; field in AccountManagerResponse 33 mResponse = response; in AccountManagerResponse() 38 mResponse = in AccountManagerResponse() 44 mResponse.onResult(result); in onResult() 52 mResponse.onError(errorCode, errorMessage); in onError() 65 dest.writeStrongBinder(mResponse.asBinder()); in writeToParcel()
|
D | AccountManager.java | 428 mService.hasFeatures(mResponse, account, features); in hasFeatures() 472 mService.getAccountsByFeatures(mResponse, type, features); 540 mService.removeAccount(mResponse, account); 813 mService.getAuthToken(mResponse, account, authTokenType, 895 mService.getAuthToken(mResponse, account, authTokenType, 956 mService.addAcount(mResponse, accountType, authTokenType, 1024 mService.confirmCredentials(mResponse, account, options, activity != null); 1084 mService.updateCredentials(mResponse, account, authTokenType, activity != null, 1133 mService.editProperties(mResponse, accountType, activity != null); 1182 final IAccountManagerResponse mResponse; [all …]
|
D | AccountManagerService.java | 1320 IAccountManagerResponse mResponse; field in AccountManagerService.Session 1340 mResponse = response; in Session() 1350 mResponse = null; in Session() 1356 if (mResponse == null) { in getResponseAndClose() 1360 IAccountManagerResponse response = mResponse; in getResponseAndClose() 1372 if (mResponse != null) { in close() 1374 mResponse.asBinder().unlinkToDeath(this, 0 /* flags */); in close() 1377 mResponse = null; in close() 1384 mResponse = null; in binderDied() 1468 response = mResponse; in onResult()
|
/frameworks/base/core/java/android/bluetooth/ |
D | AtCommandResult.java | 44 private StringBuilder mResponse; // Response with CRLF line breaks field in AtCommandResult 53 mResponse = new StringBuilder(); in AtCommandResult() 74 appendWithCrlf(mResponse, response); in addResponse() 85 appendWithCrlf(mResponse, result.mResponse.toString()); in addResult() 94 StringBuilder result = new StringBuilder(mResponse.toString()); in toString()
|