Searched refs:fromNotification (Results 1 – 5 of 5) sorted by relevance
245 packageUserKey = PackageUserKey.fromNotification(sbn); in NotificationPostedMsg()246 notificationKey = NotificationKeyData.fromNotification(sbn); in NotificationPostedMsg()259 = new Pair<>(PackageUserKey.fromNotification(sbn), in onNotificationRemoved()260 NotificationKeyData.fromNotification(sbn)); in onNotificationRemoved()
44 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()125 dotInfo.addOrUpdateNotificationKey(NotificationKeyData.fromNotification(notification)); in onNotificationFullRefresh()
22 public static PackageUserKey fromNotification(StatusBarNotification notification) { in fromNotification() method in PackageUserKey