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

Commit 4b640380 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make companion callback calls oneway"

parents 033f51cd 5f88b7be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@ import android.app.PendingIntent;
/** @hide */
interface IFindDeviceCallback {
    @UnsupportedAppUsage
    void onSuccess(in PendingIntent launcher);
    void onFailure(in CharSequence reason);
    oneway void onSuccess(in PendingIntent launcher);
    oneway void onFailure(in CharSequence reason);
}