Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DCallStreamingNotification.java200 Intent hangupIntent = new Intent(TelecomBroadcastIntentProcessor.ACTION_HANGUP_CALL, in showStreamingNotification() local
203 PendingIntent hangupPendingIntent = PendingIntent.getBroadcast(mContext, 0, hangupIntent, in showStreamingNotification()