Searched refs:mRemoteRtpPortLabel (Results 1 – 1 of 1) sorted by relevance
198 private TextView mRemoteRtpPortLabel; field in MainActivity2469 mRemoteRtpPortLabel.setText(getString(R.string.port_closed_label)); in styleOffline()2492 mRemoteRtpPortLabel.setText(getString(R.string.port_closed_label)); in styleDisconnected()2536 mRemoteRtpPortLabel.setText(getString(R.string.rtp_reception_port_label, in styleConnected()2576 mRemoteRtpPortLabel.setText(getString(R.string.rtp_reception_port_label, in styleActiveCall()2620 mRemoteRtpPortLabel = findViewById(R.id.remoteRtpPortLabel); in updateUiViews()