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

/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java260 Notification.TvExtender extender) {
267 if (extender != null) {
268 nb.extend(extender);
259 generateNotificationRecord(NotificationChannel channel, Notification.TvExtender extender) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java635 // extender.
1463 * Apply an extender to this notification builder. Extenders may be used to add
1466 public Builder extend(Extender extender) { argument
1467 extender.extend(this);
2918 * Apply an extender to this action builder. Extenders may be used to add
2921 public Builder extend(Extender extender) { argument
2922 extender.extend(this);
2959 * Apply this extender to a notification action builder.
2967 * Wearable extender for notification actions. To add extensions to an action,
3217 * Apply this extender t
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1452 * Apply an extender to this action builder. Extenders may be used to add
1455 public Builder extend(Extender extender) { argument
1456 extender.extend(this);
1546 * Apply this extender to a notification action builder.
1554 * Wearable extender for notification actions. To add extensions to an action,
3769 * Apply an extender to this notification builder. Extenders may be used to add
3772 public Builder extend(Extender extender) { argument
3773 extender.extend(this);
7056 * Apply this extender to a notification builder.
7986 * If no large icon is set in the extender, Androi
[all...]

Completed in 124 milliseconds