Home
last modified time | relevance | path

Searched refs:CarSystemBarViewFactory (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewFactory.java44 public class CarSystemBarViewFactory { class
46 private static final String TAG = CarSystemBarViewFactory.class.getSimpleName();
89 public CarSystemBarViewFactory( in CarSystemBarViewFactory() method in CarSystemBarViewFactory
DCarSystemBarModule.java137 CarSystemBarViewFactory carSystemBarViewFactory, in provideCarSystemBarController()
DCarSystemBarController.java68 private final CarSystemBarViewFactory mCarSystemBarViewFactory;
118 CarSystemBarViewFactory carSystemBarViewFactory, in CarSystemBarController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java81 private CarSystemBarViewFactory mCarSystemBarViewFactory;
119 mCarSystemBarViewFactory = new CarSystemBarViewFactory(mSpiedContext, mFeatureFlags, in setUp()