HomeSort by relevance Sort by last modified time
    Searched refs:mPersistentDataStore (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayAdapter.java 74 private final PersistentDataStore mPersistentDataStore;
98 mPersistentDataStore = persistentDataStore;
249 WifiDisplay display = mPersistentDataStore.getRememberedWifiDisplay(address);
253 if (mPersistentDataStore.rememberWifiDisplay(display)) {
254 mPersistentDataStore.saveIfNeeded();
270 if (mPersistentDataStore.forgetWifiDisplay(address)) {
271 mPersistentDataStore.saveIfNeeded();
320 mRememberedDisplays = mPersistentDataStore.getRememberedWifiDisplays();
321 mActiveDisplay = mPersistentDataStore.applyWifiDisplayAlias(mActiveDisplay);
322 mAvailableDisplays = mPersistentDataStore.applyWifiDisplayAliases(mAvailableDisplays)
    [all...]
DisplayManagerService.java 253 private final PersistentDataStore mPersistentDataStore = new PersistentDataStore();
335 mPersistentDataStore.loadIfNeeded();
380 mPersistentDataStore.getBrightnessConfiguration(userSerial);
415 final Point size = mPersistentDataStore.getStableDisplaySize();
    [all...]

Completed in 100 milliseconds