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.java361 String[] newlyVisibleKeyAr = new String[N]; in logNotificationVisibilityChanges() local
363 newlyVisibleKeyAr[i] = newlyVisibleAr[i].key; in logNotificationVisibilityChanges()
368 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()