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.java39 Button mCommandButton; field in StartVoiceInteractionActivity
52 mCommandButton = (Button)findViewById(R.id.command); in onCreate()
53 mCommandButton.setOnClickListener(this); in onCreate()
73 if (v == mCommandButton) { in onClick()
DTestInteractionActivity.java46 Button mCommandButton; field in TestInteractionActivity
76 mCommandButton = (Button)findViewById(R.id.command); in onCreate()
77 mCommandButton.setOnClickListener(this); in onCreate()
140 } else if (v == mCommandButton) { in onClick()