Home
last modified time | relevance | path

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

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