Searched refs:NotificationHelper (Results 1 – 10 of 10) sorted by relevance
38 private lateinit var helper: NotificationHelper44 helper = NotificationHelper(this) in onCreate()126 … R.id.main_primary_config -> goToNotificationSettings(NotificationHelper.PRIMARY_CHANNEL) in onClick()130 … R.id.main_secondary_config -> goToNotificationSettings(NotificationHelper.SECONDARY_CHANNEL) in onClick()
29 internal class NotificationHelper class
52 private NotificationHelper noti;58 noti = new NotificationHelper(this); in onCreate()159 goToNotificationSettings(NotificationHelper.PRIMARY_CHANNEL); in onClick()169 goToNotificationSettings(NotificationHelper.SECONDARY_CHANNEL); in onClick()
29 class NotificationHelper extends ContextWrapper { class39 public NotificationHelper(Context ctx) { in NotificationHelper() method in NotificationHelper
37 private val notificationHelper: NotificationHelper,47 NotificationHelper(context), in getInstance()
36 class NotificationHelper(private val context: Context) { in <lambda>() class