Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DPersistentDataStore.java129 private final StableDeviceValues mStableDeviceValues = new StableDeviceValues(); field in PersistentDataStore
296 return mStableDeviceValues.getDisplaySize(); in getStableDisplaySize()
301 if (mStableDeviceValues.setDisplaySize(size)) { in setStableDisplaySize()
427 mStableDeviceValues.loadFromXml(parser); in loadFromXml()
506 mStableDeviceValues.saveToXml(serializer); in saveToXml()
531 mStableDeviceValues.dump(pw, " "); in dump()