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.java240 final Notification notif; in updateWithLocked() local
267 notif = builder.build(); in updateWithLocked()
292 notif = inboxStyle.build(); in updateWithLocked()
295 mNotifManager.notify(tag, 0, notif); in updateWithLocked()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java522 final Notification notif = in showDataDisconnectedRoaming() local
525 null /* tag */, DATA_DISCONNECTED_ROAMING_NOTIFICATION, notif, userHandle); in showDataDisconnectedRoaming()