Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundSpeakerTestActivity.java218 Button okButton = (Button)instruView.findViewById(R.id.ok); in onCreate()
219 okButton.setOnClickListener(new Button.OnClickListener() { in onCreate()
396 Button okButton = (Button)instruView.findViewById(R.id.ok); in onPostExecute() local
397 okButton.setOnClickListener(new Button.OnClickListener() { in onPostExecute()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java138 final UiObject okButton = new UiObject(new UiSelector() in prepareVpn() local
142 if (okButton.waitForExists(TIMEOUT_MS) == false) { in prepareVpn()
152 okButton.click(); in prepareVpn()