Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/DeviceStateRotationLockSettingControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/DeviceStateRotationLockSettingControllerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading