Home | History | Annotate | Download | only in app

Lines Matching defs:EXTRA_CAR_EXTENDER

4577         static final String EXTRA_CAR_EXTENDER = "android.car.EXTENSIONS";
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);