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

Commit e00a406c authored by wescande's avatar wescande
Browse files

Clean hidden api

Bug: 190440540
Test: Manual
Tag: #refactor
Change-Id: Iff4dc48be8f5b43e2e25cde5b72e79d4ad6b1ef7
parent a1b3696c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -461,7 +461,8 @@ final class BondStateMachine extends StateMachine {
            mRemoteDevices.addDeviceProperties(address);
        }
        infoLog("sspRequestCallback: " + address + " name: " + name + " cod: " + cod
                + " pairingVariant " + pairingVariant + " passkey: " + (Build.IS_DEBUGGABLE ? passkey : "******"));
                + " pairingVariant " + pairingVariant + " passkey: "
                + (Build.isDebuggable() ? passkey : "******"));
        int variant;
        boolean displayPasskey = false;
        switch (pairingVariant) {