Searched refs:NotificationCancelReceiver (Results 1 – 3 of 3) sorted by relevance
35 public class NotificationCancelReceiver extends BroadcastReceiver { class36 private static final String TAG = NotificationCancelReceiver.class.getSimpleName();
224 ? new Intent(this, NotificationCancelReceiver.class) in createPendingIntent()
46 private NotificationCancelReceiver mReceiver;55 mReceiver = spy(new NotificationCancelReceiver()); in setUp()