Searched refs:mPersistentDataStore (Results 1 – 2 of 2) sorted by relevance
75 private final PersistentDataStore mPersistentDataStore; field in WifiDisplayAdapter99 mPersistentDataStore = persistentDataStore; in WifiDisplayAdapter()250 WifiDisplay display = mPersistentDataStore.getRememberedWifiDisplay(address); in requestRenameLocked()254 if (mPersistentDataStore.rememberWifiDisplay(display)) { in requestRenameLocked()255 mPersistentDataStore.saveIfNeeded(); in requestRenameLocked()271 if (mPersistentDataStore.forgetWifiDisplay(address)) { in requestForgetLocked()272 mPersistentDataStore.saveIfNeeded(); in requestForgetLocked()321 mRememberedDisplays = mPersistentDataStore.getRememberedWifiDisplays(); in updateRememberedDisplaysLocked()322 mActiveDisplay = mPersistentDataStore.applyWifiDisplayAlias(mActiveDisplay); in updateRememberedDisplaysLocked()323 mAvailableDisplays = mPersistentDataStore.applyWifiDisplayAliases(mAvailableDisplays); in updateRememberedDisplaysLocked()[all …]
272 private final PersistentDataStore mPersistentDataStore = new PersistentDataStore(); field in DisplayManagerService361 mPersistentDataStore.loadIfNeeded(); in onStart()405 mPersistentDataStore.getBrightnessConfiguration(userSerial); in onSwitchUser()446 final Point size = mPersistentDataStore.getStableDisplaySize(); in loadStableDisplayValuesLocked()865 mPersistentDataStore); in registerWifiDisplayAdapterLocked()927 mPersistentDataStore.setColorMode(device, info.colorMode); in handleDisplayDeviceChanged()929 mPersistentDataStore.saveIfNeeded(); in handleDisplayDeviceChanged()1047 int colorMode = mPersistentDataStore.getColorMode(device); in configureColorModeLocked()1088 mPersistentDataStore.setStableDisplaySize(mStableDisplaySize); in setStableDisplaySizeLocked()1090 mPersistentDataStore.saveIfNeeded(); in setStableDisplaySizeLocked()[all …]