Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 2 of 2) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java101 for (StatusBarNotification notif : notifs) { in init()
102 mActiveNotifs.put(notif.getTag(), notif.getPostTime()); in init()
304 final Notification notif; in updateWithLocked() local
332 notif = builder.build(); in updateWithLocked()
358 notif = inboxStyle.build(); in updateWithLocked()
361 mNotifManager.notify(tag, 0, notif); in updateWithLocked()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java501 final Notification notif = in showDataDisconnectedRoaming() local
504 null /* tag */, DATA_DISCONNECTED_ROAMING_NOTIFICATION, notif, userHandle); in showDataDisconnectedRoaming()