Searched defs:mNotifications (Results 1 – 3 of 3) sorted by relevance
192 StatusBarNotification[] mNotifications = in setupSensitiveNotification() local217 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromSamePackageAndUid() local242 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromDifferentPackage() local268 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromDifferentUid() local290 StatusBarNotification[] mNotifications = new StatusBarNotification[] {mNotification1}; in setupNoSensitiveNotifications() local301 StatusBarNotification[] mNotifications = new StatusBarNotification[] {}; in setupNoNotifications() local309 StatusBarNotification[] mNotifications = new StatusBarNotification[] { null, null}; in setupNullNotifications() local
519 private final List<Notification> mNotifications = new ArrayList<>(); field in NotifyingTimeZoneChangeListenerTest.FakeNotificationManager
73 private final ArraySet<PrintJobId> mNotifications; field in NotificationController