Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRedactionInterstitialTest.java163 Assert.assertEquals(resId == R.id.show_all, buttonChecked(R.id.show_all)); in assertSelectedButton()
164 Assert.assertEquals(resId == R.id.redact_sensitive, buttonChecked(R.id.redact_sensitive)); in assertSelectedButton()
165 Assert.assertEquals(resId == R.id.hide_all, buttonChecked(R.id.hide_all)); in assertSelectedButton()
168 private boolean buttonChecked(int resource) { in buttonChecked() method in RedactionInterstitialTest