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

Commit cb66d84a authored by Zach Johnson's avatar Zach Johnson
Browse files

Remove isEnabled

Can be implemented in terms of getState.

If you're using this function, switch to the public API and
don't use this AIDL directly.

Bug: 145171640
Test: compile & run
Change-Id: Ic276c516f63f5fbe18274d79738795cf36c2226a
parent e6d04c8b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ import android.os.ResultReceiver;
 */
interface IBluetooth
{
    @UnsupportedAppUsage
    boolean isEnabled();
    int getState();
    boolean enable();
    boolean enableNoAutoConnect();