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/notification/logging/
DNotificationLogger.java332 String[] newlyVisibleKeyAr = new String[N]; in logNotificationVisibilityChanges() local
334 newlyVisibleKeyAr[i] = newlyVisibleAr[i].key; in logNotificationVisibilityChanges()
344 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()