Merge "Fixed IFillCallback to be oneway calls." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7fe981bf9e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user