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

Commit 705fe7f3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Put back annotations in DeviceStateRotationLockSettingControllerTest" into main

parents 5ef76af1 134e9d51
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();