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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java142 private final ArrayList<NotificationRecord> mNotificationList = field in class:NotificationManagerService
272 synchronized (mNotificationList) {
273 final int N = mNotificationList.size();
275 final NotificationRecord r = mNotificationList.get(i);
409 synchronized (mNotificationList) {
457 synchronized (mNotificationList) {
898 synchronized (mNotificationList) {
900 final int N = mNotificationList.size();
902 final NotificationRecord r = mNotificationList.get(i);
967 synchronized (mNotificationList) {
[all...]

Completed in 141 milliseconds