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

Commit 7682c286 authored by Adam He's avatar Adam He Committed by android-build-merger
Browse files

Merge "Fixed IFillCallback to be oneway calls." into qt-dev am: 7fe981bf

am: 2417b024

Change-Id: I1cc5670b4ae2c6bb6ad1bac9316fa15eddc42672
parents 619f37f7 2417b024
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);