Home
last modified time | relevance | path

Searched refs:CarSystemBarControllerImpl (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DMDSystemBarsControllerImpl.java54 public class MDSystemBarsControllerImpl extends CarSystemBarControllerImpl {
DCarSystemBarControllerImpl.java98 public class CarSystemBarControllerImpl implements CarSystemBarController, class
210 public CarSystemBarControllerImpl(Context context, in CarSystemBarControllerImpl() method in CarSystemBarControllerImpl
DCarSystemBarModule.java185 return new CarSystemBarControllerImpl(context, userTracker, carSystemBarViewFactory, in provideCarSystemBarController()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java103 private CarSystemBarControllerImpl mCarSystemBarController;
230 mCarSystemBarController = spy(new CarSystemBarControllerImpl(mSpiedContext, in initCarSystemBar()
DCarSystemBarControllerTest.java112 private CarSystemBarControllerImpl mCarSystemBarController;
258 mCarSystemBarController = new CarSystemBarControllerImpl(mSpiedContext, in initCarSystemBar()