hide mResponse = response;
mResponse = response;
hide mResponse = IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder());
mResponse = IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder());
hide return 0;
return 0;
try { mResponse.onError(errorCode, errorMessage); } catch (RemoteException e) { // this should never happen }
try { mResponse.onResult(result); } catch (RemoteException e) { // this should never happen }
hide dest.writeStrongBinder(mResponse.asBinder());
dest.writeStrongBinder(mResponse.asBinder());