Searched refs:thatViz (Results 1 – 1 of 1) sorted by relevance
113 NotificationVisibility thatViz = (NotificationVisibility) that; in equals() local114 return (key == null && thatViz.key == null) || key.equals(thatViz.key); in equals()