Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java53 TextView mOptionsText; field in MainInteractionSession
145 mOptionsText = (TextView)mContentView.findViewById(R.id.options_text); in onCreateContentView()
164 mOptionsText.setText("Disabled: 0x" + Integer.toHexString(disabled)); in refreshOptions()