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.java57 public static final String ACTION_HANG_UP_ONGOING_CALL = field in NotificationBroadcastReceiver
97 } else if (action.equals(ACTION_HANG_UP_ONGOING_CALL)) { in onReceive()
DStatusBarNotifier.java30 import static com.android.incallui.NotificationBroadcastReceiver.ACTION_HANG_UP_ONGOING_CALL;
964 createNotificationPendingIntent(context, ACTION_HANG_UP_ONGOING_CALL); in addHangupAction()