Home
last modified time | relevance | path

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

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