Searched defs:mNotifications (Results 1 – 2 of 2) sorted by relevance
175 StatusBarNotification[] mNotifications = in setupSensitiveNotification() local200 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromSamePackageAndUid() local225 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromDifferentPackage() local251 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromDifferentUid() local273 StatusBarNotification[] mNotifications = new StatusBarNotification[] {mNotification1}; in setupNoSensitiveNotifications() local284 StatusBarNotification[] mNotifications = new StatusBarNotification[] {}; in setupNoNotifications() local292 StatusBarNotification[] mNotifications = new StatusBarNotification[] { null, null}; in setupNullNotifications() local
73 private final ArraySet<PrintJobId> mNotifications; field in NotificationController