Home
last modified time | relevance | path

Searched refs:setNavigationSettingsObserver (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsControllerTest.java99 mLightBarTransitionsController.setNavigationSettingsObserver(observer); in gestureNav_noForceNavButtons_expectNotSupportsIconTint()
108 mLightBarTransitionsController.setNavigationSettingsObserver(observer); in gestureNav_forceNavButtons_expectSupportsIconTint()
117 mLightBarTransitionsController.setNavigationSettingsObserver(observer); in buttonNav_noForceNavButtons_expectNotSupportsIconTint()
126 mLightBarTransitionsController.setNavigationSettingsObserver(observer); in buttonNav_forceNavButtons_expectSupportsIconTint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarTransitionsController.java211 void setNavigationSettingsObserver(GestureNavigationSettingsObserver observer) { in setNavigationSettingsObserver() method in LightBarTransitionsController