Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneApp.java149 public static final String ACTION_HANG_UP_ONGOING_CALL = field in PhoneApp
746 Intent intent = new Intent(PhoneApp.ACTION_HANG_UP_ONGOING_CALL, null, in createHangUpOngoingCallPendingIntent()
1742 if (action.equals(ACTION_HANG_UP_ONGOING_CALL)) { in onReceive()