Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationKeyData.java53 Notification notif = sbn.getNotification(); in fromNotification() local
54 return new NotificationKeyData(sbn.getKey(), notif.getShortcutId(), notif.number, in fromNotification()
55 extractPersonKeyOnly(notif.extras.getParcelableArrayList( in fromNotification()
/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/services/Telephony/src/com/android/phone/
DNotificationMgr.java610 final Notification notif = in showDataRoamingNotification() local
612 notifyAsUser(null /* tag */, DATA_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataRoamingNotification()