Searched refs:notif (Results 1 – 3 of 3) sorted by relevance
53 Notification notif = sbn.getNotification(); in fromNotification() local54 return new NotificationKeyData(sbn.getKey(), notif.getShortcutId(), notif.number, in fromNotification()55 extractPersonKeyOnly(notif.extras.getParcelableArrayList( in fromNotification()
116 for (StatusBarNotification notif : notifs) { in init()117 mActiveNotifs.put(notif.getTag(), notif.getPostTime()); in init()326 final Notification notif; in updateWithLocked() local354 notif = builder.build(); in updateWithLocked()380 notif = inboxStyle.build(); in updateWithLocked()383 mNotifManager.notify(tag, 0, notif); in updateWithLocked()
610 final Notification notif = in showDataRoamingNotification() local612 notifyAsUser(null /* tag */, DATA_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataRoamingNotification()