Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DExtractedTextTest.java47 SpannableStringBuilder hint = new SpannableStringBuilder("hint"); in testWriteToParcel() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTestBase.java176 protected void assertMoreThan(String what, float expected, float actual, String hint) { in assertMoreThan()
183 protected void assertLessThan(String what, float expected, float actual, String hint) { in assertLessThan()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java391 public static ViewNode findNodeByAutofillHint(ViewNode node, String hint) { in findNodeByAutofillHint()
455 public static View findViewByAutofillHint(Activity activity, String hint) { in findViewByAutofillHint()
464 public static View findViewByAutofillHint(View view, String hint) { in findViewByAutofillHint()