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