Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java116 for (StatusBarNotification notif : notifs) { in init()
117 mActiveNotifs.put(notif.getTag(), notif.getPostTime()); in init()
326 final Notification notif; in updateWithLocked() local
354 notif = builder.build(); in updateWithLocked()
380 notif = inboxStyle.build(); in updateWithLocked()
383 mNotifManager.notify(tag, 0, notif); in updateWithLocked()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationKeyData.java45 Notification notif = sbn.getNotification(); in fromNotification() local
46 return new NotificationKeyData(sbn.getKey(), notif.getShortcutId(), notif.number); in fromNotification()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java587 final Notification notif = in showDataDisconnectedRoaming() local
590 null /* tag */, DATA_DISCONNECTED_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataDisconnectedRoaming()