Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1335 public static boolean hasHint(@Nullable String[] hints, @Nullable Object expectedHint) { in hasHint() argument
1336 if (hints == null || expectedHint == null) return false; in hasHint()
1338 if (expectedHint.equals(actualHint)) return true; in hasHint()