Searched refs:taskStackBuilder (Results 1 – 3 of 3) sorted by relevance
354 TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext); in createCallLogPendingIntent() local355 taskStackBuilder.addNextIntent(intent); in createCallLogPendingIntent()357 return taskStackBuilder.getPendingIntent(0, 0, null, userHandle); in createCallLogPendingIntent()
472 TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext); in createCallLogPendingIntent() local473 taskStackBuilder.addNextIntent(intent); in createCallLogPendingIntent()475 return taskStackBuilder.getPendingIntent(0, 0, null, userHandle); in createCallLogPendingIntent()
465 final TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(context); in getPendingIntentForLowStorageNotifications() local467 taskStackBuilder.addNextIntent(conversationListIntent); in getPendingIntentForLowStorageNotifications()468 taskStackBuilder.addNextIntentWithParentStack( in getPendingIntentForLowStorageNotifications()471 return taskStackBuilder.getPendingIntent( in getPendingIntentForLowStorageNotifications()