Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java260 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