Merge "Stop search tests using location_settings" am: c79680cbae

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12884935

Change-Id: Ia41d2bff5aa5e239bd21fba69057427629099abf
This commit is contained in:
Neil Fuller
2020-10-21 11:30:13 +00:00
committed by Automerger Merge Worker

View File

@@ -30,7 +30,7 @@ public class FakeIndexProvider implements Indexable {
public static final String KEY = "TestKey";
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
new BaseSearchIndexProvider(R.xml.location_settings) {
new BaseSearchIndexProvider(R.xml.sound_settings) {
@Override
public List<String> getNonIndexableKeys(Context context) {