Searched refs:mCommandButton (Results 1 – 2 of 2) sorted by relevance
39 Button mCommandButton; field in StartVoiceInteractionActivity52 mCommandButton = (Button)findViewById(R.id.command); in onCreate()53 mCommandButton.setOnClickListener(this); in onCreate()73 if (v == mCommandButton) { in onClick()
46 Button mCommandButton; field in TestInteractionActivity76 mCommandButton = (Button)findViewById(R.id.command); in onCreate()77 mCommandButton.setOnClickListener(this); in onCreate()140 } else if (v == mCommandButton) { in onClick()