Searched refs:text1 (Results 1 – 2 of 2) sorted by relevance
33 TextView text1 = findViewById(R.id.text_1); in onCreate() local35 text1.setOnClickListener(view -> { in onCreate()
571 UiObject text1 = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/text_1")); in testWaitForExists() local572 assertEquals("text_1_not_changed", text1.getText()); in testWaitForExists()577 text1.click(); in testWaitForExists()585 UiObject text1 = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/text_1")); in testWaitForExist_timeout() local586 assertEquals("text_1_not_changed", text1.getText()); in testWaitForExist_timeout()619 UiObject text1 = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id/text_1")); in testExists() local622 assertTrue(text1.exists()); in testExists()