Searched refs:mPostureRotationLockDefaults (Results 1 – 1 of 1) sorted by relevance
61 private String[] mPostureRotationLockDefaults; field in DeviceStateRotationLockSettingsManager71 mPostureRotationLockDefaults = in DeviceStateRotationLockSettingsManager()256 mPostureRotationLockDefaults = in resetStateForTesting()309 mSettableDeviceStates = new ArrayList<>(mPostureRotationLockDefaults.length); in loadDefaults()311 mPostureRotationLockDefaults.length); in loadDefaults()312 mPostureRotationLockSettings = new SparseIntArray(mPostureRotationLockDefaults.length); in loadDefaults()314 for (String entry : mPostureRotationLockDefaults) { in loadDefaults()351 + Arrays.toString(mPostureRotationLockDefaults)); in dump()