Searched refs:NotificationBroadcastReceiver (Results 1 – 1 of 1) sorted by relevance
260 Intent intent = new Intent(mContext, NotificationBroadcastReceiver.class); in createCancelIntent()267 Intent intent = new Intent(mContext, NotificationBroadcastReceiver.class); in createRestartIntent()303 public static final class NotificationBroadcastReceiver extends BroadcastReceiver { class in NotificationController