Searched defs:setContentIntent (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
H A DGridRowBuilder.java147 void setContentIntent(@NonNull PendingIntent intent); method in interface:GridRowBuilder.CellBuilder
H A DGridRowBuilderBasicImpl.java158 public void setContentIntent(@NonNull PendingIntent intent) { method in class:GridRowBuilderBasicImpl.CellBuilder
H A DGridRowBuilderListV1Impl.java209 public void setContentIntent(@NonNull PendingIntent intent) { method in class:GridRowBuilderListV1Impl.CellBuilder
/frameworks/support/slices/builders/src/main/java/androidx/slice/builders/
H A DGridBuilder.java109 * {@link CellBuilder#setContentIntent(PendingIntent)} specified to take the user to an
135 * {@link CellBuilder#setContentIntent(PendingIntent)} specified to take the user to an
412 public CellBuilder setContentIntent(@NonNull PendingIntent intent) { method in class:GridBuilder.CellBuilder
413 mImpl.setContentIntent(intent);
H A DGridRowBuilder.java113 * {@link CellBuilder#setContentIntent(PendingIntent)} specified to take the user to an
139 * {@link CellBuilder#setContentIntent(PendingIntent)} specified to take the user to an
181 * {@link CellBuilder#setContentIntent(PendingIntent)} specified to take the user to an
210 * {@link CellBuilder#setContentIntent(PendingIntent)} specified to take the user to an
436 public CellBuilder setContentIntent(@NonNull PendingIntent intent) { method in class:GridRowBuilder.CellBuilder
437 mImpl.setContentIntent(intent);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java640 * {@link NotificationCompat.Builder#setContentIntent setContentIntent()}
903 public Builder setContentIntent(PendingIntent intent) { method in class:NotificationCompat.Builder
1339 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
1360 * clicks the notification (see {@link #setContentIntent setContentIntent()}), and then
/frameworks/base/core/java/android/app/
H A DNotification.java2072 .setContentIntent(PendingIntent.getActivity(context, 0, contentIntent, 0))
2826 builder.setContentIntent(contentIntent);
3694 public Builder setContentIntent(PendingIntent intent) { method in class:Notification.Builder
9549 public TvExtender setContentIntent(PendingIntent intent) { method in class:Notification.TvExtender

Completed in 316 milliseconds