Searched refs:mNotifications (Results 1 – 4 of 4) sorted by relevance
249 ArrayList<Notification> mNotifications = new ArrayList<Notification>(); in testCreate() local255 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 …]
84 private final SparseIntArray mNotifications = new SparseIntArray(); field in LingerMonitor116 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()
86 private Map<MediaSession2, MediaNotification> mNotifications = new ArrayMap<>(); field in MediaSession2Service139 mNotifications.clear(); in onDestroy()228 notification = mNotifications.remove(session); in removeSession()276 mNotifications.put(session, mediaNotification); in onPlaybackActiveChanged()
73 private final ArraySet<PrintJobId> mNotifications; field in NotificationController79 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()