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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4117 private static final String EXTRA_CAR_EXTENDER = "android.car.EXTENSIONS"; field in class:NotificationCompat.CarExtender
4152 ? null : getExtras(notification).getBundle(EXTRA_CAR_EXTENDER);
4271 builder.getExtras().putBundle(EXTRA_CAR_EXTENDER, carExtensions);
/frameworks/base/core/java/android/app/
H A DNotification.java5048 clone.extras.remove(CarExtender.EXTRA_CAR_EXTENDER);
7903 private static final String EXTRA_CAR_EXTENDER = "android.car.EXTENSIONS"; field in class:Notification.CarExtender
7925 null : notif.extras.getBundle(EXTRA_CAR_EXTENDER);
7956 builder.getExtras().putBundle(EXTRA_CAR_EXTENDER, carExtensions);

Completed in 189 milliseconds