HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationList (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 111 ArrayList<Entry> mNotificationList;
136 mNotificationList = mock(ArrayList.class);
444 when(mNotificationData.getActiveNotifications()).thenReturn(mNotificationList);
445 when(mNotificationList.size()).thenReturn(5);
463 when(mNotificationData.getActiveNotifications()).thenReturn(mNotificationList);
464 when(mNotificationList.size()).thenReturn(5);
482 when(mNotificationData.getActiveNotifications()).thenReturn(mNotificationList);
483 when(mNotificationList.size()).thenReturn(5);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 321 final ArrayList<NotificationRecord> mNotificationList = new ArrayList<>();
    [all...]

Completed in 188 milliseconds