Searched refs:inCallPendingIntent (Results 1 – 1 of 1) sorted by relevance
286 final PendingIntent inCallPendingIntent = createLaunchPendingIntent(); in buildAndSendNotification() local287 builder.setContentIntent(inCallPendingIntent); in buildAndSendNotification()292 configureFullScreenIntent(builder, inCallPendingIntent, call); in buildAndSendNotification()719 PendingIntent inCallPendingIntent = PendingIntent.getActivity(mContext, 0, intent, 0); in createLaunchPendingIntent() local721 return inCallPendingIntent; in createLaunchPendingIntent()