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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java166 private final ArrayList<NotificationRecord> mNotificationList = field in class:NotificationManagerService
505 synchronized (mNotificationList) {
506 tmp = new StatusBarNotification[mNotificationList.size()];
507 final int N = mNotificationList.size();
509 tmp[i] = mNotificationList.get(i).sbn;
608 synchronized (mNotificationList) {
661 synchronized (mNotificationList) {
684 synchronized (mNotificationList) {
721 synchronized (mNotificationList) {
762 synchronized (mNotificationList) {
[all...]

Completed in 53 milliseconds