Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestRttActivity.java52 private EditText mTypingBox; field in TestRttActivity
74 mTypingBox.setText("");
132 mTypingBox = (EditText) findViewById(R.id.rtt_typing_box); in onCreate()
188 mTypingBox.addTextChangedListener(new TextWatcher() { in onCreate()