Home
last modified time | relevance | path

Searched refs:mLocalRtpPortLabel (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java194 private TextView mLocalRtpPortLabel; field in MainActivity
2467 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()