Searched refs:taskStackBuilder (Results 1 – 3 of 3) sorted by relevance
355 TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext); in createCallLogPendingIntent() local356 taskStackBuilder.addNextIntent(intent); in createCallLogPendingIntent()358 return taskStackBuilder.getPendingIntent(0, PendingIntent.FLAG_IMMUTABLE, null, userHandle); in createCallLogPendingIntent()
521 TaskStackBuilder taskStackBuilder = TaskStackBuilder.create(mContext); in createCallLogPendingIntent() local522 taskStackBuilder.addNextIntent(intent); in createCallLogPendingIntent()524 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()