[Regional Preference] Remove string from metrics
Bug: 296544040 Test: atest NumberingSystemItemControllerTest Change-Id: I1e1dd678011a15bc22b167ddd12651a22f62dea9
This commit is contained in:
@@ -99,8 +99,7 @@ public class NumberingSystemItemControllerTest {
|
||||
assertTrue(isCallingStartActivity);
|
||||
verify(mFeatureFactory.metricsFeatureProvider).action(
|
||||
mApplicationContext,
|
||||
SettingsEnums.ACTION_CHOOSE_LANGUAGE_FOR_NUMBERS_PREFERENCES,
|
||||
"I_am_the_key");
|
||||
SettingsEnums.ACTION_CHOOSE_LANGUAGE_FOR_NUMBERS_PREFERENCES);
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -122,8 +121,7 @@ public class NumberingSystemItemControllerTest {
|
||||
|
||||
verify(mFragment).setArguments(any());
|
||||
verify(mFeatureFactory.metricsFeatureProvider).action(
|
||||
mApplicationContext, SettingsEnums.ACTION_SET_NUMBERS_PREFERENCES,
|
||||
"test_key");
|
||||
mApplicationContext, SettingsEnums.ACTION_SET_NUMBERS_PREFERENCES);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user