Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
DDeviceStateRotationLockSettingsManager.java64 private SparseIntArray mPostureRotationLockFallbackSettings; field in DeviceStateRotationLockSettingsManager
139 if (mPostureRotationLockFallbackSettings.indexOfKey(posture) >= 0) { in updateSetting()
142 posture = mPostureRotationLockFallbackSettings.get(posture); in updateSetting()
174 int indexOfFallback = mPostureRotationLockFallbackSettings.indexOfKey(devicePosture); in getFallbackRotationLockSetting()
179 int fallbackPosture = mPostureRotationLockFallbackSettings.valueAt(indexOfFallback); in getFallbackRotationLockSetting()
313 mPostureRotationLockFallbackSettings = new SparseIntArray(1); in loadDefaults()
322 mPostureRotationLockFallbackSettings.put(posture, fallbackPosture); in loadDefaults()
354 pw.println("mPostureRotationLockFallbackSettings: " + mPostureRotationLockFallbackSettings); in dump()