Searched refs:mLocalRtcpPortLabel (Results 1 – 1 of 1) sorted by relevance
195 private TextView mLocalRtcpPortLabel; field in MainActivity2468 mLocalRtcpPortLabel.setText(getString(R.string.port_closed_label)); in styleOffline()2490 mLocalRtcpPortLabel.setText(getString(R.string.rtcp_reception_port_label, in styleDisconnected()2534 mLocalRtcpPortLabel.setText(getString(R.string.rtcp_reception_port_label, in styleConnected()2574 mLocalRtcpPortLabel.setText(getString(R.string.rtcp_reception_port_label, in styleActiveCall()2618 mLocalRtcpPortLabel = findViewById(R.id.localRtcpPortLabel); in updateUiViews()