Loading src/com/android/server/telecom/BluetoothPhoneService.java +0 −4 Original line number Diff line number Diff line Loading @@ -615,10 +615,6 @@ public final class BluetoothPhoneService extends Service { case CallState.DISCONNECTED: case CallState.CONNECTING: case CallState.PRE_DIAL_WAIT: if (callState == CallState.CONNECTING || callState == CallState.PRE_DIAL_WAIT) { Log.w(this, "convertCallState: unexpected state %s", CallState.toString(callState)); } return CALL_STATE_IDLE; case CallState.ACTIVE: Loading Loading
src/com/android/server/telecom/BluetoothPhoneService.java +0 −4 Original line number Diff line number Diff line Loading @@ -615,10 +615,6 @@ public final class BluetoothPhoneService extends Service { case CallState.DISCONNECTED: case CallState.CONNECTING: case CallState.PRE_DIAL_WAIT: if (callState == CallState.CONNECTING || callState == CallState.PRE_DIAL_WAIT) { Log.w(this, "convertCallState: unexpected state %s", CallState.toString(callState)); } return CALL_STATE_IDLE; case CallState.ACTIVE: Loading