Searched refs:checkable (Results 1 – 13 of 13) sorted by relevance
276 public static @NonNull BySelector checkable(boolean isCheckable) { in checkable() method in By277 return new BySelector().checkable(isCheckable); in checkable()
121 public static @NonNull UiObject2Condition<Boolean> checkable(final boolean isCheckable) {
480 public @NonNull BySelector checkable(boolean isCheckable) { in checkable() method in BySelector
484 public @NonNull UiSelector checkable(boolean val) { in checkable() method in UiSelector
317 new UiSelector().resourceId(TEST_APP + ":id/check_box").checkable(true)).exists()); in testCheckable()319 new UiSelector().resourceId(TEST_APP + ":id/button1").checkable(false)).exists()); in testCheckable()321 assertEquals("UiSelector[CHECKABLE=true]", new UiSelector().checkable(true).toString()); in testCheckable()
237 assertTrue(mDevice.hasObject(By.res(TEST_APP, "checkable").checkable(true))); in testCheckable()238 assertFalse(mDevice.hasObject(By.res(TEST_APP, "not_checkable").checkable(true))); in testCheckable()241 assertTrue(mDevice.hasObject(By.res(TEST_APP, "not_checkable").checkable(false))); in testCheckable()242 assertFalse(mDevice.hasObject(By.res(TEST_APP, "checkable").checkable(false))); in testCheckable()
120 By.checkable(true).checkable(false); in testCheckable_alreadyDefined()
5 method public static androidx.test.uiautomator.BySelector! checkable(boolean);41 method public androidx.test.uiautomator.BySelector! checkable(boolean);349 method public androidx.test.uiautomator.UiSelector! checkable(boolean);386 …public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!>! checkable(boolean);
5 method public static androidx.test.uiautomator.BySelector checkable(boolean);50 method public androidx.test.uiautomator.BySelector checkable(boolean);400 method public androidx.test.uiautomator.UiSelector checkable(boolean);436 …method public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> checkable(bo…
57 method public static androidx.test.uiautomator.BySelector checkable(boolean);102 method public androidx.test.uiautomator.BySelector checkable(boolean);554 method public androidx.test.uiautomator.UiSelector checkable(boolean);590 …method public static androidx.test.uiautomator.UiObject2Condition<java.lang.Boolean!> checkable(bo…