Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DInCallApp.java38 public static final String ACTION_HANG_UP_ONGOING_CALL = field in InCallApp
81 } else if (action.equals(ACTION_HANG_UP_ONGOING_CALL)) { in onReceive()
DStatusBarNotifier.java523 createNotificationPendingIntent(mContext, InCallApp.ACTION_HANG_UP_ONGOING_CALL); in addHangupAction()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java134 public static final String ACTION_HANG_UP_ONGOING_CALL = field in PhoneGlobals
509 Intent intent = new Intent(PhoneGlobals.ACTION_HANG_UP_ONGOING_CALL, null, in createHangUpOngoingCallPendingIntent()
882 if (action.equals(ACTION_HANG_UP_ONGOING_CALL)) { in onReceive()