Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90134b2a authored by Adam He's avatar Adam He
Browse files

Fixed IFillCallback to be oneway calls.

Fixes: 77587065
Test: atest CtsAutoFillServiceTestCases
Change-Id: Ifab9bdcb142af4280580c412239c2c72b5f5fda6
parent 568b02ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import android.service.autofill.FillResponse;
 *
 * @hide
 */
interface IFillCallback {
oneway interface IFillCallback {
    void onCancellable(in ICancellationSignal cancellation);
    void onSuccess(in FillResponse response);
    void onFailure(int requestId, CharSequence message);