Home
last modified time | relevance | path

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

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java48 Button mJumpOutButton; field in TestInteractionActivity
80 mJumpOutButton = (Button)findViewById(R.id.jump); in onCreate()
81 mJumpOutButton.setOnClickListener(this); in onCreate()
153 } else if (v == mJumpOutButton) { in onClick()