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

Commit 0238f037 authored by Zach Johnson's avatar Zach Johnson Committed by android-build-merger
Browse files

Parameterize enable instead of having two variants am: 61118de7

am: a6fd6a08

Change-Id: Ic8e5bff962d09f4c83a1b8136322dbd1d5cfce8e
parents 65bdc80d a6fd6a08
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -36,8 +36,7 @@ import android.os.ResultReceiver;
interface IBluetooth
{
    int getState();
    boolean enable();
    boolean enableNoAutoConnect();
    boolean enable(boolean quietMode);
    boolean disable();

    @UnsupportedAppUsage