Merge "Fixed IFillCallback to be oneway calls." into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-09 04:20:19 +00:00
committed by Android (Google) Code Review

View File

@@ -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);