Home
last modified time | relevance | path

Searched defs:mNotifications (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DSensitiveContentProtectionManagerServiceNotificationTest.java175 StatusBarNotification[] mNotifications = in setupSensitiveNotification() local
200 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromSamePackageAndUid() local
225 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromDifferentPackage() local
251 StatusBarNotification[] mNotifications = in setupMultipleSensitiveNotificationsFromDifferentUid() local
273 StatusBarNotification[] mNotifications = new StatusBarNotification[] {mNotification1}; in setupNoSensitiveNotifications() local
284 StatusBarNotification[] mNotifications = new StatusBarNotification[] {}; in setupNoNotifications() local
292 StatusBarNotification[] mNotifications = new StatusBarNotification[] { null, null}; in setupNullNotifications() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java73 private final ArraySet<PrintJobId> mNotifications; field in NotificationController