Home
last modified time | relevance | path

Searched refs:mRemoteRtcpPortLabel (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 mRemoteRtcpPortLabel; field in MainActivity
2461 mRemoteRtcpPortLabel.setText(getString(R.string.port_closed_label)); in styleOffline()
2484 mRemoteRtcpPortLabel.setText(getString(R.string.port_closed_label)); in styleDisconnected()
2529 mRemoteRtcpPortLabel.setText(getString(R.string.rtcp_reception_port_label, in styleConnected()
2569 mRemoteRtcpPortLabel.setText(getString(R.string.rtcp_reception_port_label, in styleActiveCall()
2612 mRemoteRtcpPortLabel = findViewById(R.id.remoteRtcpPortLabel); in updateUiViews()