Searched refs:EXTRA_CAR_EXTENDER (Results 1 – 1 of 1) sorted by relevance
67 private static final String EXTRA_CAR_EXTENDER = "android.car.EXTENSIONS"; field in CarNavExtender123 Bundle b = extras.getBundle(EXTRA_CAR_EXTENDER); in CarNavExtender()162 builder.getExtras().putBundle(EXTRA_CAR_EXTENDER, b); in extend()182 extras = extras.getBundle(EXTRA_CAR_EXTENDER); in isExtended()246 Bundle b = extras.getBundle(EXTRA_CAR_EXTENDER); in getType()