Searched refs:checked (Results 1 – 15 of 15) sorted by relevance
285 public static @NonNull BySelector checked(boolean isChecked) { in checked() method in By286 return new BySelector().checked(isChecked); in checked()
140 public static @NonNull UiObject2Condition<Boolean> checked(final boolean isChecked) {
494 public @NonNull BySelector checked(boolean isChecked) { in checked() method in BySelector
448 public @NonNull UiSelector checked(boolean val) { in checked() method in UiSelector
292 new UiSelector().resourceId(TEST_APP + ":id/check_box").checked(false)).exists()); in testChecked()295 new UiSelector().resourceId(TEST_APP + ":id/check_box").checked(true)).exists()); in testChecked()297 assertEquals("UiSelector[CHECKED=true]", new UiSelector().checked(true).toString()); in testChecked()
250 assertTrue(mDevice.hasObject(By.res(TEST_APP, "checked").checked(true))); in testChecked()251 assertFalse(mDevice.hasObject(By.res(TEST_APP, "not_checked").checked(true))); in testChecked()254 assertTrue(mDevice.hasObject(By.res(TEST_APP, "not_checked").checked(false))); in testChecked()255 assertFalse(mDevice.hasObject(By.res(TEST_APP, "checked").checked(false))); in testChecked()
96 assertTrue(target.wait(Until.checked(true), TIMEOUT_MS)); in testChecked()
443 checkBox.wait(Until.checked(true), TIMEOUT_MS); in testIsChecked()
125 By.checked(true).checked(false); in testChecked_alreadyDefined()
6 method public static androidx.test.uiautomator.BySelector! checked(boolean);42 method public androidx.test.uiautomator.BySelector! checked(boolean);350 method public androidx.test.uiautomator.UiSelector! checked(boolean);387 …method public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!>! checked(boo…
6 method public static androidx.test.uiautomator.BySelector checked(boolean);51 method public androidx.test.uiautomator.BySelector checked(boolean);401 method public androidx.test.uiautomator.UiSelector checked(boolean);437 …method public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> checked(bool…
58 method public static androidx.test.uiautomator.BySelector checked(boolean);103 method public androidx.test.uiautomator.BySelector checked(boolean);555 method public androidx.test.uiautomator.UiSelector checked(boolean);591 …method public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> checked(bool…