Searched refs:mPostureRotationLockFallbackSettings (Results 1 – 1 of 1) sorted by relevance
64 private SparseIntArray mPostureRotationLockFallbackSettings; field in DeviceStateRotationLockSettingsManager139 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()