Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java42 void resetSystemBarConfigs(); in resetSystemBarConfigs() method
DCarSystemBarControllerImpl.java259 resetSystemBarConfigs(); in init()
663 void resetSystemBarConfigs() { in resetSystemBarConfigs() method
664 mSystemBarConfigs.resetSystemBarConfigs(); in resetSystemBarConfigs()
914 resetSystemBarConfigs(); in restartSystemBars()
DSystemBarConfigsImpl.java139 public void resetSystemBarConfigs() { in resetSystemBarConfigs() method in SystemBarConfigsImpl
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java547 verify(mCarSystemBarController, times(2)).resetSystemBarConfigs(); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()