Add a category key for development options.
Bug: 32623105 Test: RunSettingsLibRoboTests Change-Id: I892385d3acf11c3d02df30a5cc9d73e3ecf8612c
This commit is contained in:
@@ -39,6 +39,8 @@ public final class CategoryKey {
|
||||
public static final String CATEGORY_SYSTEM_INPUT = "com.android.settings.category.ia.input";
|
||||
public static final String CATEGORY_SYSTEM_LANGUAGE =
|
||||
"com.android.settings.category.ia.language";
|
||||
public static final String CATEGORY_SYSTEM_DEVELOPMENT =
|
||||
"com.android.settings.category.ia.development";
|
||||
|
||||
public static final Map<String, String> KEY_COMPAT_MAP;
|
||||
|
||||
|
||||
@@ -58,9 +58,10 @@ public class CategoryKeyTest {
|
||||
allKeys.add(CategoryKey.CATEGORY_SYSTEM);
|
||||
allKeys.add(CategoryKey.CATEGORY_SYSTEM_INPUT);
|
||||
allKeys.add(CategoryKey.CATEGORY_SYSTEM_LANGUAGE);
|
||||
allKeys.add(CategoryKey.CATEGORY_SYSTEM_DEVELOPMENT);
|
||||
// DO NOT REMOVE ANYTHING ABOVE
|
||||
|
||||
assertThat(allKeys.size()).isEqualTo(13);
|
||||
assertThat(allKeys.size()).isEqualTo(14);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user