Home
last modified time | relevance | path

Searched refs:mStableDeviceValues (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java148 private final StableDeviceValues mStableDeviceValues = new StableDeviceValues(); field in PersistentDataStore
388 return mStableDeviceValues.getDisplaySize(); in getStableDisplaySize()
393 if (mStableDeviceValues.setDisplaySize(size)) { in setStableDisplaySize()
534 mStableDeviceValues.loadFromXml(parser); in loadFromXml()
618 mStableDeviceValues.saveToXml(serializer); in saveToXml()
646 mStableDeviceValues.dump(pw, " "); in dump()