Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java193 private TextView mLocalHandshakePortLabel; field in MainActivity
2466 mLocalHandshakePortLabel.setText(getString(R.string.port_closed_label)); in styleOffline()
2486 mLocalHandshakePortLabel.setText(getString(R.string.handshake_port_label, in styleDisconnected()
2530 mLocalHandshakePortLabel.setText(getString(R.string.reception_port_label, in styleConnected()
2570 mLocalHandshakePortLabel in styleActiveCall()
2616 mLocalHandshakePortLabel = findViewById(R.id.localHandshakePortLabel); in updateUiViews()