Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/DeviceStateRotationLock/src/com.android.settingslib.devicestate/
DDeviceStateRotationLockSettingsManager.java179 int fallbackPosture = mPostureRotationLockFallbackSettings.valueAt(indexOfFallback); in getFallbackRotationLockSetting() local
180 return mPostureRotationLockSettings.get(fallbackPosture, in getFallbackRotationLockSetting()
321 int fallbackPosture = Integer.parseInt(values[2]); in loadDefaults() local
322 mPostureRotationLockFallbackSettings.put(posture, fallbackPosture); in loadDefaults()