Home
last modified time | relevance | path

Searched refs:notificationComponent (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt661 val notificationComponent = ComponentName.unflattenFromString(notification.tag) in removeNotificationsForPackage() constant
662 if (notificationComponent == null || notificationComponent.packageName != pkg) { in removeNotificationsForPackage()
671 val notificationComponent = ComponentName.unflattenFromString(notification.tag) in removeNotificationsForComponent() constant
672 if (notificationComponent == null || notificationComponent != component) { in removeNotificationsForComponent()