Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLogger.java191 String[] newlyVisibleKeyAr = new String[N]; in logNotificationVisibilityChanges() local
193 newlyVisibleKeyAr[i] = newlyVisibleAr[i].key; in logNotificationVisibilityChanges()
199 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()