Home
last modified time | relevance | path

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

/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
DNotificationReceiver.kt8 import leakcanary.internal.NotificationReceiver.Action.CANCEL_NOTIFICATION
9 import leakcanary.internal.NotificationReceiver.Action.DUMP_HEAP
12 internal class NotificationReceiver : BroadcastReceiver() { class
41 val broadcastIntent = Intent(context, NotificationReceiver::class.java) in pendingIntent()
DHeapDumpTrigger.kt23 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>()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapClientFacade.java55 private final NotificationReceiver mNotificationReceiver;
74 mNotificationReceiver = new NotificationReceiver(); in BluetoothMapClientFacade()
210 public class NotificationReceiver extends BroadcastReceiver { class in BluetoothMapClientFacade