Searched refs:notificationComponent (Results 1 – 1 of 1) sorted by relevance
661 val notificationComponent = ComponentName.unflattenFromString(notification.tag) in removeNotificationsForPackage() constant662 if (notificationComponent == null || notificationComponent.packageName != pkg) { in removeNotificationsForPackage()671 val notificationComponent = ComponentName.unflattenFromString(notification.tag) in removeNotificationsForComponent() constant672 if (notificationComponent == null || notificationComponent != component) { in removeNotificationsForComponent()