Create unique metrics category for DeviceStateAutoRotateDetailsFragment
DISPLAY_AUTO_ROTATE_SETTINGS is being used by two separate fragments. Test: none Bug: 260071662 Change-Id: I8f02e1df54451f0f7501edcf31d8060fdcc604e6
This commit is contained in:
@@ -56,7 +56,7 @@ public class DeviceStateAutoRotateDetailsFragmentTest {
|
||||
@Test
|
||||
public void getMetricsCategory_returnsAutoRotateSettings() {
|
||||
assertThat(mFragment.getMetricsCategory()).isEqualTo(
|
||||
SettingsEnums.DISPLAY_AUTO_ROTATE_SETTINGS);
|
||||
SettingsEnums.DISPLAY_DEVICE_STATE_AUTO_ROTATE_SETTINGS);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user