Searched refs:fromNotification (Results 1 – 5 of 5) sorted by relevance
171 packageUserKey = PackageUserKey.fromNotification(sbn); in NotificationPostedMsg()172 notificationKey = NotificationKeyData.fromNotification(sbn); in NotificationPostedMsg()181 = new Pair<>(PackageUserKey.fromNotification(sbn), in onNotificationRemoved()182 NotificationKeyData.fromNotification(sbn)); in onNotificationRemoved()
43 public static NotificationKeyData fromNotification(StatusBarNotification sbn) { in fromNotification() method in NotificationKeyData
62 packageUserKey = PackageUserKey.fromNotification(statusBarNotification); in NotificationInfo()
119 PackageUserKey packageUserKey = PackageUserKey.fromNotification(notification); in onNotificationFullRefresh()126 .fromNotification(notification)); in onNotificationFullRefresh()
22 public static PackageUserKey fromNotification(StatusBarNotification notification) { in fromNotification() method in PackageUserKey