Searched refs:mRemoteRtcpPortLabel (Results 1 – 1 of 1) sorted by relevance
199 private TextView mRemoteRtcpPortLabel; field in MainActivity2470 mRemoteRtcpPortLabel.setText(getString(R.string.port_closed_label)); in styleOffline()2493 mRemoteRtcpPortLabel.setText(getString(R.string.port_closed_label)); in styleDisconnected()2538 mRemoteRtcpPortLabel.setText(getString(R.string.rtcp_reception_port_label, in styleConnected()2578 mRemoteRtcpPortLabel.setText(getString(R.string.rtcp_reception_port_label, in styleActiveCall()2621 mRemoteRtcpPortLabel = findViewById(R.id.remoteRtcpPortLabel); in updateUiViews()