Searched refs:mPersistentDataStore (Results 1 – 4 of 4) sorted by relevance
76 private final PersistentDataStore mPersistentDataStore; field in WifiDisplayAdapter106 mPersistentDataStore = persistentDataStore; in WifiDisplayAdapter()261 if (mPersistentDataStore.rememberWifiDisplay(display)) { in requestRenameLocked()262 mPersistentDataStore.saveIfNeeded(); in requestRenameLocked()278 if (mPersistentDataStore.forgetWifiDisplay(address)) { in requestForgetLocked()279 mPersistentDataStore.saveIfNeeded(); in requestForgetLocked()328 mRememberedDisplays = mPersistentDataStore.getRememberedWifiDisplays(); in updateRememberedDisplaysLocked()354 mPersistentDataStore.saveIfNeeded(); in fixRememberedDisplayNamesFromAvailableDisplaysLocked()371 if (mPersistentDataStore.rememberWifiDisplay(display)) { in addDisplayDeviceLocked()372 mPersistentDataStore.saveIfNeeded(); in addDisplayDeviceLocked()[all …]
38 private final PersistentDataStore mPersistentDataStore; field in BrightnessSetting62 mPersistentDataStore = persistentDataStore; in BrightnessSetting()64 mBrightness = mPersistentDataStore.getBrightness( in BrightnessSetting()110 mPersistentDataStore.setBrightness(mLogicalDisplay.getPrimaryDisplayDeviceLocked(), in setBrightness()
60 private final PersistentDataStore mPersistentDataStore; field in DisplayDeviceRepository69 mPersistentDataStore = persistentDataStore; in DisplayDeviceRepository()170 mPersistentDataStore.setColorMode(device, info.colorMode); in handleDisplayDeviceChanged()172 mPersistentDataStore.saveIfNeeded(); in handleDisplayDeviceChanged()
482 mPersistentDataStore.loadIfNeeded(); in onStart()610 final Point size = mPersistentDataStore.getStableDisplaySize(); in loadStableDisplayValuesLocked()1229 mPersistentDataStore);1296 mPersistentDataStore.saveIfNeeded();1338 mPersistentDataStore.saveIfNeeded();1375 int colorMode = mPersistentDataStore.getColorMode(device);1416 mPersistentDataStore.setStableDisplaySize(mStableDisplaySize);1418 mPersistentDataStore.saveIfNeeded();1462 mPersistentDataStore.saveIfNeeded();2067 mPersistentDataStore.dump(pw);[all …]