Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarMediator.java102 mSystemBarConfigs.resetSystemBarConfigs(); in onConfigChanged()
103 mCarSystemBarController.resetSystemBarConfigs(); in onConfigChanged()
DCarSystemBarController.java695 protected void resetSystemBarConfigs() { in resetSystemBarConfigs() method in CarSystemBarController
696 mSystemBarConfigs.resetSystemBarConfigs(); in resetSystemBarConfigs()
DSystemBarConfigs.java139 void resetSystemBarConfigs() { in resetSystemBarConfigs() method in SystemBarConfigs
DCarSystemBar.java805 mCarSystemBarController.resetSystemBarConfigs(); in restartSystemBars()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarTest.java512 verify(mCarSystemBarController, times(1)).resetSystemBarConfigs(); in restartSystemBars_newSystemBarConfig_recreatesSystemBars()