Searched refs:mLocalRtpPortLabel (Results 1 – 1 of 1) sorted by relevance
194 private TextView mLocalRtpPortLabel; field in MainActivity2467 mLocalRtpPortLabel.setText(getString(R.string.port_closed_label)); in styleOffline()2488 mLocalRtpPortLabel.setText(getString(R.string.rtp_reception_port_label, in styleDisconnected()2532 mLocalRtpPortLabel.setText(getString(R.string.rtp_reception_port_label, in styleConnected()2572 mLocalRtpPortLabel.setText(getString(R.string.rtp_reception_port_label, in styleActiveCall()2617 mLocalRtpPortLabel = findViewById(R.id.localRtpPortLabel); in updateUiViews()