Home | History | Annotate | Download | only in display

Lines Matching refs:mPersistentDataStore

79     private final PersistentDataStore mPersistentDataStore;
108 mPersistentDataStore = persistentDataStore;
262 WifiDisplay display = mPersistentDataStore.getRememberedWifiDisplay(address);
266 if (mPersistentDataStore.rememberWifiDisplay(display)) {
267 mPersistentDataStore.saveIfNeeded();
283 if (mPersistentDataStore.forgetWifiDisplay(address)) {
284 mPersistentDataStore.saveIfNeeded();
333 mRememberedDisplays = mPersistentDataStore.getRememberedWifiDisplays();
334 mActiveDisplay = mPersistentDataStore.applyWifiDisplayAlias(mActiveDisplay);
335 mAvailableDisplays = mPersistentDataStore.applyWifiDisplayAliases(mAvailableDisplays);
355 changed |= mPersistentDataStore.rememberWifiDisplay(availableDisplay);
359 mPersistentDataStore.saveIfNeeded();
376 if (mPersistentDataStore.rememberWifiDisplay(display)) {
377 mPersistentDataStore.saveIfNeeded();
563 availableDisplays = mPersistentDataStore.applyWifiDisplayAliases(
596 display = mPersistentDataStore.applyWifiDisplayAlias(display);
626 display = mPersistentDataStore.applyWifiDisplayAlias(display);
651 display = mPersistentDataStore.applyWifiDisplayAlias(display);