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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4577 static final String EXTRA_CAR_EXTENDER = "android.car.EXTENSIONS"; field in class:NotificationCompat.CarExtender
4615 ? null : getExtras(notification).getBundle(EXTRA_CAR_EXTENDER);
4734 builder.getExtras().putBundle(EXTRA_CAR_EXTENDER, carExtensions);
5093 Bundle carExtenderBundle = notification.extras.getBundle(CarExtender.EXTRA_CAR_EXTENDER);
/frameworks/base/core/java/android/app/
H A DNotification.java5656 clone.extras.remove(CarExtender.EXTRA_CAR_EXTENDER);
9039 private static final String EXTRA_CAR_EXTENDER = "android.car.EXTENSIONS"; field in class:Notification.CarExtender
9061 null : notif.extras.getBundle(EXTRA_CAR_EXTENDER);
9092 builder.getExtras().putBundle(EXTRA_CAR_EXTENDER, carExtensions);

Completed in 699 milliseconds