Searched refs:NotificationReceiver (Results 1 – 3 of 3) sorted by relevance
8 import leakcanary.internal.NotificationReceiver.Action.CANCEL_NOTIFICATION9 import leakcanary.internal.NotificationReceiver.Action.DUMP_HEAP12 internal class NotificationReceiver : BroadcastReceiver() { class41 val broadcastIntent = Intent(context, NotificationReceiver::class.java) in pendingIntent()
23 import leakcanary.internal.NotificationReceiver.Action.CANCEL_NOTIFICATION in <lambda>()24 import leakcanary.internal.NotificationReceiver.Action.DUMP_HEAP in <lambda>()256 .setContentIntent(NotificationReceiver.pendingIntent(application, CANCEL_NOTIFICATION)) in <lambda>()376 .setContentIntent(NotificationReceiver.pendingIntent(application, CANCEL_NOTIFICATION)) in <lambda>()400 .setContentIntent(NotificationReceiver.pendingIntent(application, DUMP_HEAP)) in <lambda>()
55 private final NotificationReceiver mNotificationReceiver;74 mNotificationReceiver = new NotificationReceiver(); in BluetoothMapClientFacade()210 public class NotificationReceiver extends BroadcastReceiver { class in BluetoothMapClientFacade