Searched refs:mCommandButton (Results 1 – 2 of 2) sorted by relevance
41 Button mCommandButton; field in StartVoiceInteractionActivity54 mCommandButton = (Button)findViewById(R.id.command); in onCreate()55 mCommandButton.setOnClickListener(this); in onCreate()75 if (v == mCommandButton) { in onClick()
48 Button mCommandButton; field in TestInteractionActivity78 mCommandButton = (Button)findViewById(R.id.command); in onCreate()79 mCommandButton.setOnClickListener(this); in onCreate()142 } else if (v == mCommandButton) { in onClick()