Searched refs:mPersistentDataStore (Results 1 – 4 of 4) sorted by relevance
38 private final PersistentDataStore mPersistentDataStore; field in BrightnessSetting64 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()
82 private final PersistentDataStore mPersistentDataStore; field in WifiDisplayAdapter112 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 …]
66 private final PersistentDataStore mPersistentDataStore; field in DisplayDeviceRepository75 mPersistentDataStore = persistentDataStore; in DisplayDeviceRepository()203 mPersistentDataStore.setColorMode(device, info.colorMode); in handleDisplayDeviceChanged()205 mPersistentDataStore.saveIfNeeded(); in handleDisplayDeviceChanged()
464 private final PersistentDataStore mPersistentDataStore = new PersistentDataStore(); field in DisplayManagerService606 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 …]