Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt561 val permissionReminderChannel = NotificationChannel( in showUnusedAppsNotification() constant
564 notificationManager.createNotificationChannel(permissionReminderChannel) in showUnusedAppsNotification()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java299 NotificationChannel permissionReminderChannel = new NotificationChannel( in createPermissionReminderChannel() local
302 notificationManager.createNotificationChannel(permissionReminderChannel); in createPermissionReminderChannel()