Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/statusbar/
DNotificationVisibility.java113 NotificationVisibility thatViz = (NotificationVisibility) that; in equals() local
114 return (key == null && thatViz.key == null) || key.equals(thatViz.key); in equals()