Merge "Remove "result2" in AccountManagerService" am: eaf4d18bdf am: 4b4b759272

am: 640a087f91

Change-Id: I89f76114c37fe63556c0813cb860ba01366c98c9
This commit is contained in:
tiansiming
2017-10-20 02:39:59 +00:00
committed by android-build-merger

View File

@@ -2248,12 +2248,10 @@ public class AccountManagerService
Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
+ response);
}
Bundle result2 = new Bundle();
result2.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, removalAllowed);
try {
response.onResult(result2);
response.onResult(result);
} catch (RemoteException e) {
// ignore
Slog.e(TAG, "Error calling onResult()", e);
}
}
}