Home
last modified time | relevance | path

Searched refs:mNotifications (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java249 ArrayList<Notification> mNotifications = new ArrayList<Notification>(); in testCreate() local
255 int bigtextId = mNotifications.size(); in testCreate()
259 mNotifications.add(n); in testCreate()
262 int uploadId = mNotifications.size(); in testCreate()
266 mNotifications.add(makeUploadNotification(mContext, 0, uploadWhen)); in testCreate()
270 int phoneId = mNotifications.size(); in testCreate()
291 mNotifications.add(phoneCall); in testCreate()
304 mNotifications.add(n); in testCreate()
325 mNotifications.add(n); in testCreate()
349 mNotifications.add(n); in testCreate()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DLingerMonitor.java84 private final SparseIntArray mNotifications = new SparseIntArray(); field in LingerMonitor
116 for (int i = 0; i < mNotifications.size(); i++) { in getNotificationSource()
117 if (mNotifications.valueAt(i) == toNai.network.netId) { in getNotificationSource()
118 return mNotifications.keyAt(i); in getNotificationSource()
170 mNotifications.delete(fromNetId); in maybeStopNotifying()
208 mNotifications.put(fromNai.network.netId, toNai.network.netId); in notify()
295 mNotifications.delete(nai.network.netId); in noteDisconnect()
/frameworks/base/media/apex/java/android/media/
DMediaSession2Service.java86 private Map<MediaSession2, MediaNotification> mNotifications = new ArrayMap<>(); field in MediaSession2Service
139 mNotifications.clear(); in onDestroy()
228 notification = mNotifications.remove(session); in removeSession()
276 mNotifications.put(session, mediaNotification); in onPlaybackActiveChanged()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java73 private final ArraySet<PrintJobId> mNotifications; field in NotificationController
79 mNotifications = new ArraySet<>(0); in NotificationController()
111 ArraySet<PrintJobId> removedPrintJobs = new ArraySet<>(mNotifications); in updateNotifications()
121 mNotifications.add(printJobId); in updateNotifications()
132 mNotifications.remove(removedPrintJob); in updateNotifications()