HomeSort by relevance Sort by last modified time
    Searched refs:mCommandButton (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
StartVoiceInteractionActivity.java 39 Button mCommandButton;
52 mCommandButton = (Button)findViewById(R.id.command);
53 mCommandButton.setOnClickListener(this);
73 if (v == mCommandButton) {
TestInteractionActivity.java 46 Button mCommandButton;
76 mCommandButton = (Button)findViewById(R.id.command);
77 mCommandButton.setOnClickListener(this);
140 } else if (v == mCommandButton) {

Completed in 82 milliseconds