Loading src/com/android/bluetooth/mapclient/MceStateMachine.java +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ final class MceStateMachine extends StateMachine { public synchronized int getState() { IState currentState = this.getCurrentState(); if (currentState.getClass() == Disconnected.class) { if (currentState == null || currentState.getClass() == Disconnected.class) { return BluetoothProfile.STATE_DISCONNECTED; } if (currentState.getClass() == Connected.class) { Loading Loading
src/com/android/bluetooth/mapclient/MceStateMachine.java +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ final class MceStateMachine extends StateMachine { public synchronized int getState() { IState currentState = this.getCurrentState(); if (currentState.getClass() == Disconnected.class) { if (currentState == null || currentState.getClass() == Disconnected.class) { return BluetoothProfile.STATE_DISCONNECTED; } if (currentState.getClass() == Connected.class) { Loading