Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundSpeakerTestActivity.java221 Button okButton = (Button)instruView.findViewById(R.id.ok); in onCreate()
222 okButton.setOnClickListener(new Button.OnClickListener() { in onCreate()
399 Button okButton = (Button)instruView.findViewById(R.id.ok); in onPostExecute() local
400 okButton.setOnClickListener(new Button.OnClickListener() { in onPostExecute()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java680 UiObject okButton = new UiObject(new UiSelector().resourceId("android:id/button1")); in testCreateWebLink() local
681 assertNotNull(okButton); in testCreateWebLink()
682 assertTrue(okButton.waitForExists(TIMEOUT)); in testCreateWebLink()
683 okButton.click(); in testCreateWebLink()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java164 final UiObject okButton = new UiObject(new UiSelector() in prepareVpn() local
168 if (okButton.waitForExists(TIMEOUT_MS) == false) { in prepareVpn()
178 okButton.click(); in prepareVpn()