Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDocumentsService.java98 final StatusBarNotification[] activeNotifications = in updateForegroundState() local
100 for (final StatusBarNotification notification : activeNotifications) { in updateForegroundState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java672 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications();
673 int N = activeNotifications.size();
675 Entry entry = activeNotifications.get(i);
1292 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateNotificationsOnDensityOrFontScaleChanged() local
1293 for (int i = 0; i < activeNotifications.size(); i++) { in updateNotificationsOnDensityOrFontScaleChanged()
1294 Entry entry = activeNotifications.get(i); in updateNotificationsOnDensityOrFontScaleChanged()
1849 ArrayList<Entry> activeNotifications = mNotificationData.getActiveNotifications(); in updateNotificationShade() local
1850 ArrayList<ExpandableNotificationRow> toShow = new ArrayList<>(activeNotifications.size()); in updateNotificationShade()
1851 final int N = activeNotifications.size(); in updateNotificationShade()
1853 Entry ent = activeNotifications.get(i); in updateNotificationShade()
[all …]
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java643 StatusBarNotification[] activeNotifications = nm.getActiveNotifications(); in cancelExistingNotifications() local
644 if (activeNotifications.length == 0) { in cancelExistingNotifications()
648 Log.w(TAG, getName() + ": " + activeNotifications.length + " active notifications"); in cancelExistingNotifications()