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

/packages/apps/InCallUI/src/com/android/incallui/
H A DNotificationBroadcastReceiver.java38 public static final String ACTION_HANG_UP_ONGOING_CALL = field in class:NotificationBroadcastReceiver
39 "com.android.incallui.ACTION_HANG_UP_ONGOING_CALL";
63 } else if (action.equals(ACTION_HANG_UP_ONGOING_CALL)) {
H A DStatusBarNotifier.java490 createNotificationPendingIntent(mContext, ACTION_HANG_UP_ONGOING_CALL);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java139 public static final String ACTION_HANG_UP_ONGOING_CALL = field in class:PhoneGlobals
140 "com.android.phone.ACTION_HANG_UP_ONGOING_CALL";
523 Intent intent = new Intent(PhoneGlobals.ACTION_HANG_UP_ONGOING_CALL, null,
891 if (action.equals(ACTION_HANG_UP_ONGOING_CALL)) {

Completed in 82 milliseconds