Home
last modified time | relevance | path

Searched defs:buttonText (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java181 public ButtonInfo(int buttonText, Intent... intents) { in ButtonInfo()
187 public ButtonInfo(int buttonText, String intentFactoryClassName) { in ButtonInfo()
244 Intent[] createIntents(String testId, int buttonText); in createIntents()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java190 public Intent[] createIntents(String testId, int buttonText) { in createIntents()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityOverlayTest.java318 final String buttonText = "overlay button"; in doOverlayWindowTest() local