Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DNotificationBroadcastReceiver.java53 public static final String ACTION_HANG_UP_ONGOING_CALL = field in NotificationBroadcastReceiver
93 } else if (action.equals(ACTION_HANG_UP_ONGOING_CALL)) { in onReceive()
DStatusBarNotifier.java27 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_HANG_UP_ONGOING_CALL;
937 createNotificationPendingIntent(context, ACTION_HANG_UP_ONGOING_CALL); in addHangupAction()