Add theme component options to settings keywords.
Fixes: 135521048 Test: mp settingsg; search for keywords Change-Id: Ic2c2827fd5b6eff3b8cc11dc5201fc7c4d55778f
This commit is contained in:
@@ -123,7 +123,7 @@ public class WallpaperPreferenceControllerTest {
|
||||
assertThat(mController.getKeywords())
|
||||
.contains(mContext.getString(R.string.keywords_wallpaper));
|
||||
assertThat(mController.getKeywords())
|
||||
.doesNotContain(mContext.getString(R.string.theme_customization_category));
|
||||
.doesNotContain(mContext.getString(R.string.keywords_styles));
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -136,7 +136,7 @@ public class WallpaperPreferenceControllerTest {
|
||||
assertThat(mController.getKeywords())
|
||||
.contains(mContext.getString(R.string.keywords_wallpaper));
|
||||
assertThat(mController.getKeywords())
|
||||
.contains(mContext.getString(R.string.theme_customization_category));
|
||||
.contains(mContext.getString(R.string.keywords_styles));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user