Searched refs:ACTION_HANGUP_CALL (Results 1 – 2 of 2) sorted by relevance
104 public static final String ACTION_HANGUP_CALL = "com.android.server.telecom.HANGUP_CALL"; field in TelecomBroadcastIntentProcessor249 } else if (ACTION_HANGUP_CALL.equals(action)) { in processIntent()
200 Intent hangupIntent = new Intent(TelecomBroadcastIntentProcessor.ACTION_HANGUP_CALL, in showStreamingNotification()