Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java286 final PendingIntent inCallPendingIntent = createLaunchPendingIntent(); in buildAndSendNotification() local
287 builder.setContentIntent(inCallPendingIntent); in buildAndSendNotification()
292 configureFullScreenIntent(builder, inCallPendingIntent, call); in buildAndSendNotification()
719 PendingIntent inCallPendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in createLaunchPendingIntent() local
721 return inCallPendingIntent; in createLaunchPendingIntent()