Merge "Stop search tests using location_settings"
diff --git a/tests/robotests/src/com/android/settings/testutils/FakeIndexProvider.java b/tests/robotests/src/com/android/settings/testutils/FakeIndexProvider.java
index c961559..910ca54 100644
--- a/tests/robotests/src/com/android/settings/testutils/FakeIndexProvider.java
+++ b/tests/robotests/src/com/android/settings/testutils/FakeIndexProvider.java
@@ -30,7 +30,7 @@
     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) {