Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomBroadcastIntentProcessor.java104 public static final String ACTION_HANGUP_CALL = "com.android.server.telecom.HANGUP_CALL"; field in TelecomBroadcastIntentProcessor
249 } else if (ACTION_HANGUP_CALL.equals(action)) { in processIntent()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DCallStreamingNotification.java200 Intent hangupIntent = new Intent(TelecomBroadcastIntentProcessor.ACTION_HANGUP_CALL, in showStreamingNotification()