Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessSetting.java38 private final PersistentDataStore mPersistentDataStore; field in BrightnessSetting
64 mPersistentDataStore = persistentDataStore; in BrightnessSetting()
67 mBrightness = mPersistentDataStore.getBrightness( in BrightnessSetting()
122 mPersistentDataStore.setBrightness(mLogicalDisplay.getPrimaryDisplayDeviceLocked(), in setBrightness()
138 return mPersistentDataStore.getBrightnessNitsForDefaultDisplay(); in getBrightnessNitsForDefaultDisplay()
147 mPersistentDataStore.setBrightnessNitsForDefaultDisplay(nits); in setBrightnessNitsForDefaultDisplay()
H A DWifiDisplayAdapter.java78 private final PersistentDataStore mPersistentDataStore; field in WifiDisplayAdapter
108 mPersistentDataStore = persistentDataStore; in WifiDisplayAdapter()
264 if (mPersistentDataStore.rememberWifiDisplay(display)) { in requestRenameLocked()
265 mPersistentDataStore.saveIfNeeded(); in requestRenameLocked()
281 if (mPersistentDataStore.forgetWifiDisplay(address)) { in requestForgetLocked()
282 mPersistentDataStore.saveIfNeeded(); in requestForgetLocked()
331 mRememberedDisplays = mPersistentDataStore.getRememberedWifiDisplays(); in updateRememberedDisplaysLocked()
357 mPersistentDataStore.saveIfNeeded(); in fixRememberedDisplayNamesFromAvailableDisplaysLocked()
374 if (mPersistentDataStore.rememberWifiDisplay(display)) { in addDisplayDeviceLocked()
375 mPersistentDataStore.saveIfNeeded(); in addDisplayDeviceLocked()
[all …]
H A DDisplayDeviceRepository.java61 private final PersistentDataStore mPersistentDataStore; field in DisplayDeviceRepository
70 mPersistentDataStore = persistentDataStore; in DisplayDeviceRepository()
182 mPersistentDataStore.setColorMode(device, info.colorMode); in handleDisplayDeviceChanged()
184 mPersistentDataStore.saveIfNeeded(); in handleDisplayDeviceChanged()
H A DDisplayManagerService.java595 mPersistentDataStore.loadIfNeeded(); in onStart()
772 final Point size = mPersistentDataStore.getStableDisplaySize(); in loadStableDisplayValuesLocked()
1792 mPersistentDataStore); in registerWifiDisplayAdapterLocked()
1880 mPersistentDataStore.saveIfNeeded(); in handleLogicalDisplayChangedLocked()
2114 mPersistentDataStore.saveIfNeeded(); in setStableDisplaySizeLocked()
2165 mPersistentDataStore.setUserPreferredResolution( in storeModeInPersistentDataStoreLocked()
2169 mPersistentDataStore.saveIfNeeded(); in storeModeInPersistentDataStoreLocked()
2373 mPersistentDataStore.saveIfNeeded(); in setBrightnessConfigurationForDisplayInternal()
3052 mPersistentDataStore.dump(pw); in dumpInternal()
3179 mPersistentDataStore, display, mSyncRoot); in addDisplayPowerControllerLocked()
[all …]