Searched defs:getRootAdapter (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivity.java111 protected CarDrawerAdapter getRootAdapter() { method in class:MediaActivity
112 return mDrawerController.getRootAdapter();
/packages/apps/Car/Media/src/com/android/car/media/drawer/
H A DMediaDrawerController.java152 public CarDrawerAdapter getRootAdapter() { method in class:MediaDrawerController
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DCarRadioActivity.java85 protected CarDrawerAdapter getRootAdapter() { method in class:CarRadioActivity
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DTelecomActivity.java434 protected CarDrawerAdapter getRootAdapter() { method in class:TelecomActivity
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/app/
H A DCarDrawerActivity.java44 * <li>Provide the root-items for the Drawer by implementing {@link #getRootAdapter()}.</li>
89 CarDrawerAdapter rootAdapter = getRootAdapter();
139 protected abstract CarDrawerAdapter getRootAdapter(); method in class:CarDrawerActivity
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DKitchenSinkActivity.java183 protected CarDrawerAdapter getRootAdapter() { method in class:KitchenSinkActivity

Completed in 205 milliseconds