Searched defs:WearableExtender (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java1946 * create a new {@link NotificationCompat.Action.WearableExtender} object using
1947 * the {@code WearableExtender()} constructor and apply it to a
1954 * .extend(new NotificationCompat.Action.WearableExtender()
1958 public static final class WearableExtender implements Extender { class in class:NotificationCompat.Action
1981 * Create a {@link NotificationCompat.Action.WearableExtender} with default
1984 public WearableExtender() { method in class:NotificationCompat.Action.WearableExtender
1988 * Create a {@link NotificationCompat.Action.WearableExtender} by reading
1992 public WearableExtender(Action action) { method in class:NotificationCompat.Action.WearableExtender
2029 public WearableExtender clone() {
2030 WearableExtender tha
2204 public static final class WearableExtender implements Extender { class in class:NotificationCompat
2319 public WearableExtender() { method in class:NotificationCompat.WearableExtender
2322 public WearableExtender(Notification notif) { method in class:NotificationCompat.WearableExtender
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java1100 * create a new {@link android.app.Notification.Action.WearableExtender} object using
1101 * the {@code WearableExtender()} constructor and apply it to a
1108 * .extend(new Notification.Action.WearableExtender()
1112 public static final class WearableExtender implements Extender { class in class:Notification.Action
1135 * Create a {@link android.app.Notification.Action.WearableExtender} with default
1138 public WearableExtender() { method in class:Notification.Action.WearableExtender
1142 * Create a {@link android.app.Notification.Action.WearableExtender} by reading
1146 public WearableExtender(Action action) { method in class:Notification.Action.WearableExtender
1183 public WearableExtender clone() {
1184 WearableExtender tha
4400 public static final class WearableExtender implements Extender { class in class:Notification
4515 public WearableExtender() { method in class:Notification.WearableExtender
4518 public WearableExtender(Notification notif) { method in class:Notification.WearableExtender
[all...]

Completed in 177 milliseconds