Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
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()
144 mPersistentDataStore.setBrightness(mLogicalDisplay.getPrimaryDisplayDeviceLocked(), in setBrightnessNoNotify()
157 return mPersistentDataStore.getBrightnessNitsForDefaultDisplay(); in getBrightnessNitsForDefaultDisplay()
166 mPersistentDataStore.setBrightnessNitsForDefaultDisplay(nits); in setBrightnessNitsForDefaultDisplay()
DWifiDisplayAdapter.java82 private final PersistentDataStore mPersistentDataStore; field in WifiDisplayAdapter
112 mPersistentDataStore = persistentDataStore; in WifiDisplayAdapter()
264 WifiDisplay display = mPersistentDataStore.getRememberedWifiDisplay(address); in requestRenameLocked()
268 if (mPersistentDataStore.rememberWifiDisplay(display)) { in requestRenameLocked()
269 mPersistentDataStore.saveIfNeeded(); in requestRenameLocked()
285 if (mPersistentDataStore.forgetWifiDisplay(address)) { in requestForgetLocked()
286 mPersistentDataStore.saveIfNeeded(); in requestForgetLocked()
335 mRememberedDisplays = mPersistentDataStore.getRememberedWifiDisplays(); in updateRememberedDisplaysLocked()
336 mActiveDisplay = mPersistentDataStore.applyWifiDisplayAlias(mActiveDisplay); in updateRememberedDisplaysLocked()
337 mAvailableDisplays = mPersistentDataStore.applyWifiDisplayAliases(mAvailableDisplays); in updateRememberedDisplaysLocked()
[all …]
DDisplayDeviceRepository.java66 private final PersistentDataStore mPersistentDataStore; field in DisplayDeviceRepository
75 mPersistentDataStore = persistentDataStore; in DisplayDeviceRepository()
203 mPersistentDataStore.setColorMode(device, info.colorMode); in handleDisplayDeviceChanged()
205 mPersistentDataStore.saveIfNeeded(); in handleDisplayDeviceChanged()
DDisplayManagerService.java464 private final PersistentDataStore mPersistentDataStore = new PersistentDataStore(); field in DisplayManagerService
606 mDisplayDeviceRepo = new DisplayDeviceRepository(mSyncRoot, mPersistentDataStore); in DisplayManagerService()
663 mPersistentDataStore.loadIfNeeded(); in onStart()
742 : mPersistentDataStore.getBrightness(device, userSerial); in onUserSwitching()
858 final Point size = mPersistentDataStore.getStableDisplaySize(); in loadStableDisplayValuesLocked()
1979 mPersistentDataStore, mFlags); in registerWifiDisplayAdapterLocked()
2117 mPersistentDataStore.saveIfNeeded(); in applyDisplayChangedLocked()
2279 int colorMode = mPersistentDataStore.getColorMode(device); in configureColorModeLocked()
2294 mPersistentDataStore.getUserPreferredResolution(device); in configurePreferredDisplayModeLocked()
2295 final float refreshRate = mPersistentDataStore.getUserPreferredRefreshRate(device); in configurePreferredDisplayModeLocked()
[all …]