Loading core/java/android/service/autofill/IFillCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
core/java/android/service/autofill/IFillCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading