Searched defs:newlyVisible (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3359 Collection<String> newlyVisible, Collection<String> noLongerVisible) {
3360 if (newlyVisible.isEmpty() && noLongerVisible.isEmpty()) {
3363 String[] newlyVisibleAr = newlyVisible.toArray(new String[newlyVisible.size()]);
3358 logNotificationVisibilityChanges( Collection<String> newlyVisible, Collection<String> noLongerVisible) argument

Completed in 35 milliseconds