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()138 return mPersistentDataStore.getBrightnessNitsForDefaultDisplay(); in getBrightnessNitsForDefaultDisplay()147 mPersistentDataStore.setBrightnessNitsForDefaultDisplay(nits); in setBrightnessNitsForDefaultDisplay()
78 private final PersistentDataStore mPersistentDataStore; field in WifiDisplayAdapter108 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 …]
61 private final PersistentDataStore mPersistentDataStore; field in DisplayDeviceRepository70 mPersistentDataStore = persistentDataStore; in DisplayDeviceRepository()182 mPersistentDataStore.setColorMode(device, info.colorMode); in handleDisplayDeviceChanged()184 mPersistentDataStore.saveIfNeeded(); in handleDisplayDeviceChanged()
595 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 …]