Home
last modified time | relevance | path

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

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DStartVoiceInteractionActivity.java41 Button mCommandButton; field in StartVoiceInteractionActivity
54 mCommandButton = (Button)findViewById(R.id.command); in onCreate()
55 mCommandButton.setOnClickListener(this); in onCreate()
75 if (v == mCommandButton) { in onClick()
DTestInteractionActivity.java48 Button mCommandButton; field in TestInteractionActivity
78 mCommandButton = (Button)findViewById(R.id.command); in onCreate()
79 mCommandButton.setOnClickListener(this); in onCreate()
142 } else if (v == mCommandButton) { in onClick()