Searched refs:expectedHint (Results 1 – 1 of 1) sorted by relevance
1335 public static boolean hasHint(@Nullable String[] hints, @Nullable Object expectedHint) { in hasHint() argument1336 if (hints == null || expectedHint == null) return false; in hasHint()1338 if (expectedHint.equals(actualHint)) return true; in hasHint()