Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 134e9d51 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

Put back annotations in DeviceStateRotationLockSettingControllerTest

ag/30507320 incorrectly removed them.

Bug: N/A
Change-Id: If9b8e295e008cd58bc9994d6596318f7c1c1675c
Flag: TEST_ONLY
Test: atest DeviceStateRotationLockSettingControllerTest
parent 51c1d767
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -354,8 +354,8 @@ public class DeviceStateRotationLockSettingControllerTest extends SysuiTestCase
    }

    private static DeviceState createDeviceState(int identifier, @NonNull String name,
            @NonNull Set<Integer> systemProperties,
            @NonNull Set<Integer> physicalProperties) {
            @NonNull Set<@DeviceState.SystemDeviceStateProperties Integer> systemProperties,
            @NonNull Set<@DeviceState.PhysicalDeviceStateProperties Integer> physicalProperties) {
        DeviceState.Configuration deviceStateConfiguration = new DeviceState.Configuration.Builder(
                identifier, name).setSystemProperties(systemProperties).setPhysicalProperties(
                physicalProperties).build();