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