Searched refs:taskStackBuilder (Results 1 – 3 of 3) sorted by relevance
361 TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext); in createCallLogPendingIntent() local362 taskStackBuilder.addNextIntent(intent); in createCallLogPendingIntent()364 return taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_IMMUTABLE, null, userHandle); in createCallLogPendingIntent()
540 TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext); in createCallLogPendingIntent() local541 taskStackBuilder.addNextIntent(intent); in createCallLogPendingIntent()543 return taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_IMMUTABLE, 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()