Searched refs:permissionReminderChannel (Results 1 – 5 of 5) sorted by relevance
229 val permissionReminderChannel = in <lambda>() constant235 notificationManager.createNotificationChannel(permissionReminderChannel) in <lambda>()
493 val permissionReminderChannel = in createPermissionReminderChannel() constant503 notificationManager.createNotificationChannel(permissionReminderChannel) in createPermissionReminderChannel()
262 val permissionReminderChannel = in createPermissionReminderChannel() constant268 notificationsManager.createNotificationChannel(permissionReminderChannel) in createPermissionReminderChannel()
1050 val permissionReminderChannel = in showUnusedAppsNotification() constant1056 notificationManager.createNotificationChannel(permissionReminderChannel) in showUnusedAppsNotification()
377 NotificationChannel permissionReminderChannel = new NotificationChannel( in createPermissionReminderChannel() local380 notificationManager.createNotificationChannel(permissionReminderChannel); in createPermissionReminderChannel()