Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/wm/
DBarControlPolicyTest.java67 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in reloadFromSetting_invalidPolicyControlString_doesNotSetFilters()
81 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in reloadFromSetting_validPolicyControlString_setsFilters()
95 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in reloadFromSetting_filtersSet_doesNotSetFiltersAgain()
116 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in getBarVisibilities_immersiveStatusForAppAndMatchingApp_hidesStatusBar()
130 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in getBarVisibilities_immersiveStatusForAppAndNonMatchingApp_showsSystemBars()
144 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in getBarVisibilities_immersiveStatusForAppsAndNonApp_showsSystemBars()
158 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in getBarVisibilities_immersiveFullForAppAndMatchingApp_hidesSystemBars()
172 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in getBarVisibilities_immersiveFullForAppAndNonMatchingApp_showsSystemBars()
186 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in getBarVisibilities_immersiveFullForAppsAndNonApp_showsSystemBars()
DDisplaySystemBarsControllerTest.java92 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in onDisplayAdded_loadsBarControlPolicyFilters()
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DBarControlPolicy.java73 CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, in reloadFromSetting()
100 Settings.Global.getUriFor(CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE), false, in registerContentObserver()
/packages/services/Car/car-lib/src/android/car/settings/
DCarSettings.java99 public static final String SYSTEM_BAR_VISIBILITY_OVERRIDE = field in CarSettings.Global
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarSettingsTest.java62 mSettings.put(CarSettings.Global.SYSTEM_BAR_VISIBILITY_OVERRIDE, SCOPE_GLOBAL); in loadSettingNames()