Searched refs:checkbox (Results 1 – 3 of 3) sorted by relevance
227 UiObject checkbox = dialog.assertDoNotAskAgainVisibility(true); in testDeniesOnceForAll() local228 assertTrue("checkbox should not be checkable", checkbox.isCheckable()); in testDeniesOnceForAll()229 assertFalse("checkbox should not be checked", checkbox.isChecked()); in testDeniesOnceForAll()230 checkbox.click(); in testDeniesOnceForAll()231 assertTrue("checkbox should be checked", checkbox.isChecked()); // Sanity check in testDeniesOnceForAll()368 UiObject checkbox = null; in assertDoNotAskAgainVisibility() local370 checkbox = getDoNotAskAgainCheckBox(); in assertDoNotAskAgainVisibility()372 expectVisible, checkbox.exists()); in assertDoNotAskAgainVisibility()378 return checkbox; in assertDoNotAskAgainVisibility()
364 new Layout(R.layout.checkbox, "checkbox"),365 new Layout(R.layout.checkbox, "checkbox_checked",
1766 public static final int checkbox111003 public static final int checkbox112254 public static final int checkbox