Searched refs:notif (Results 1 – 3 of 3) sorted by relevance
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()
45 Notification notif = sbn.getNotification(); in fromNotification() local46 return new NotificationKeyData(sbn.getKey(), notif.getShortcutId(), notif.number); in fromNotification()
587 final Notification notif = in showDataDisconnectedRoaming() local590 null /* tag */, DATA_DISCONNECTED_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataDisconnectedRoaming()