Searched defs:extender (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java337 Notification.TvExtender extender) {
344 if (extender != null) {
345 nb.extend(extender);
336 generateNotificationRecord(NotificationChannel channel, Notification.TvExtender extender) argument
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java655 // extender.
1557 * Apply an extender to this notification builder. Extenders may be used to add
1560 public Builder extend(Extender extender) { argument
1561 extender.extend(this);
3329 * Apply an extender to this action builder. Extenders may be used to add
3332 public Builder extend(Extender extender) { argument
3333 extender.extend(this);
3371 * Apply this extender to a notification action builder.
3379 * Wearable extender for notification actions. To add extensions to an action,
3657 * Apply this extender t
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1658 * Apply an extender to this action builder. Extenders may be used to add
1661 public Builder extend(Extender extender) { argument
1662 extender.extend(this);
1757 * Apply this extender to a notification action builder.
1765 * Wearable extender for notification actions. To add extensions to an action,
4252 * Apply an extender to this notification builder. Extenders may be used to add
4255 public Builder extend(Extender extender) { argument
4256 extender.extend(this);
8174 * Apply this extender to a notification builder.
9122 * If no large icon is set in the extender, Androi
[all...]

Completed in 84 milliseconds