Home
last modified time | relevance | path

Searched refs:mSystemSettings (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DAppIdSettingMap.java40 private final WatchedSparseArray<SettingBase> mSystemSettings; field in AppIdSettingMap
48 mSystemSettings = new WatchedSparseArray<>(); in AppIdSettingMap()
50 mSystemSettings, mSystemSettings, "AppIdSettingMap.mSystemSettings"); in AppIdSettingMap()
56 mSystemSettings = orig.mSystemSettingsSnapshot.snapshot(); in AppIdSettingMap()
78 if (mSystemSettings.get(appId) != null) { in registerExistingAppId()
84 mSystemSettings.put(appId, setting); in registerExistingAppId()
95 return mSystemSettings.get(appId); in getSetting()
107 mSystemSettings.remove(appId); in removeSetting()
132 mSystemSettings.put(appId, setting); in replaceSetting()
161 mSystemSettings.registerObserver(observer); in registerObserver()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeScreenBrightnessTest.java100 SystemSettings mSystemSettings; field in DozeScreenBrightnessTest
109 when(mSystemSettings.getIntForUser(eq(Settings.System.SCREEN_BRIGHTNESS), anyInt(), in setUp()
138 mSystemSettings); in setUp()
166 when(mSystemSettings.getIntForUser(eq(Settings.System.SCREEN_BRIGHTNESS), anyInt(), in testAod_usesLightSensorRespectingUserSetting()
168 when(mSystemSettings.getIntForUser(eq(Settings.System.SCREEN_BRIGHTNESS_MODE), anyInt(), in testAod_usesLightSensorRespectingUserSetting()
179 when(mSystemSettings.getIntForUser(eq(Settings.System.SCREEN_BRIGHTNESS), anyInt(), in testAod_usesLightSensorNotClampingToAutoBrightnessValue()
181 when(mSystemSettings.getIntForUser(eq(Settings.System.SCREEN_BRIGHTNESS_MODE), anyInt(), in testAod_usesLightSensorNotClampingToAutoBrightnessValue()
261 mSystemSettings); in testPulsing_withoutLightSensor_setsAoDDimmingScrimTransparent()
299 mSystemSettings); in testNullSensor()
331 mSystemSettings); in testSensorsSupportPostures_closed()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeScreenBrightness.java82 private final SystemSettings mSystemSettings; field in DozeScreenBrightness
128 mSystemSettings = systemSettings; in DozeScreenBrightness()
264 int screenBrightnessModeSetting = mSystemSettings.getIntForUser( in clampToUserSetting()
271 int userSetting = mSystemSettings.getIntForUser( in clampToUserSetting()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java211 private @Mock SystemSettings mSystemSettings; field in KeyguardViewMediatorTest
1230 mSystemSettings, in createAndStartViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java360 private final SystemSettings mSystemSettings; field in KeyguardViewMediator
1487 mSystemSettings = systemSettings;
1876 long displayTimeout = mSystemSettings.getIntForUser(SCREEN_OFF_TIMEOUT,
2784 int lockscreenSoundsEnabled = mSystemSettings.getIntForUser(LOCKSCREEN_SOUNDS_ENABLED, 1,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java348 private final SystemSettings mSystemSettings = new FakeSettings(); field in CentralSurfacesImplTest
400 mSystemSettings, in setup()