Lines Matching defs:mNotificationList

166     private final ArrayList<NotificationRecord> mNotificationList =
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) {
783 synchronized (mNotificationList) {
897 synchronized (mNotificationList) {
898 final int N = mNotificationList.size();
900 StatusBarNotification sbn = mNotificationList.get(i).sbn;
1033 synchronized (mNotificationList) {
1081 synchronized (mNotificationList) {
1618 synchronized (mNotificationList) {
1620 final int N = mNotificationList.size();
1622 final NotificationRecord r = mNotificationList.get(i);
1692 synchronized (mNotificationList) {
1700 mNotificationList.add(r);
1702 old = mNotificationList.remove(index);
1703 mNotificationList.add(index, r);
1988 synchronized (mNotificationList) {
1991 NotificationRecord r = mNotificationList.get(index);
2000 mNotificationList.remove(index);
2031 synchronized (mNotificationList) {
2032 final int N = mNotificationList.size();
2035 NotificationRecord r = mNotificationList.get(i);
2056 mNotificationList.remove(i);
2120 synchronized (mNotificationList) {
2121 final int N = mNotificationList.size();
2123 NotificationRecord r = mNotificationList.get(i);
2131 mNotificationList.remove(i);
2140 // lock on mNotificationList
2173 // lock on mNotificationList
2176 ArrayList<NotificationRecord> list = mNotificationList;
2200 synchronized (mNotificationList) {
2245 synchronized (mNotificationList) {
2246 N = mNotificationList.size();
2250 mNotificationList.get(i).dump(pw, " ", mContext);