Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneGlobals.java734 context, NotificationBroadcastReceiver.class); in createHangUpOngoingCallPendingIntent()
741 context, NotificationBroadcastReceiver.class); in getCallBackPendingIntent()
749 context, NotificationBroadcastReceiver.class); in getSendSmsFromNotificationPendingIntent()
1572 public static class NotificationBroadcastReceiver extends BroadcastReceiver { class in PhoneGlobals