Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/debug/
DAdbNotifications.java75 PendingIntent pIntent = null; in createNotification() local
78 pIntent = PendingIntent.getActivityAsUser(context, 0, intent, in createNotification()
93 .setContentIntent(pIntent) in createNotification()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java530 public void setIncomingCallPendingIntent(PendingIntent pIntent) { in setIncomingCallPendingIntent() argument
531 mIncomingCallPendingIntent = pIntent; in setIncomingCallPendingIntent()