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

Commit ffa976d6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Clean hidden api"

parents a1b3696c e00a406c
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -461,7 +461,8 @@ final class BondStateMachine extends StateMachine {
            mRemoteDevices.addDeviceProperties(address);
            mRemoteDevices.addDeviceProperties(address);
        }
        }
        infoLog("sspRequestCallback: " + address + " name: " + name + " cod: " + cod
        infoLog("sspRequestCallback: " + address + " name: " + name + " cod: " + cod
                + " pairingVariant " + pairingVariant + " passkey: " + (Build.IS_DEBUGGABLE ? passkey : "******"));
                + " pairingVariant " + pairingVariant + " passkey: "
                + (Build.isDebuggable() ? passkey : "******"));
        int variant;
        int variant;
        boolean displayPasskey = false;
        boolean displayPasskey = false;
        switch (pairingVariant) {
        switch (pairingVariant) {