Update test configs to replace GlobalSearch with QuickSearchBox
diff --git a/testrunner/coverage_targets.xml b/testrunner/coverage_targets.xml
index 79b7de0..869c905 100644
--- a/testrunner/coverage_targets.xml
+++ b/testrunner/coverage_targets.xml
@@ -77,6 +77,8 @@
         type="APPS" />
     <coverage_target name="Phone" build_path="packages/apps/Phone"
         type="APPS" />
+    <coverage_target name="QuickSearchBox" build_path="packages/apps/QuickSearchBox"
+        type="APPS" />
     <coverage_target name="Launcher2" build_path="packages/apps/Launcher2"
         type="APPS" />
     <coverage_target name="Mms" build_path="packages/apps/Mms" type="APPS" />
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index ad5f022..2307cfa 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -458,18 +458,6 @@
     class="com.android.email.SmallTests"
     coverage_target="Email" />
 
-<test name="globalsearch"
-    build_path="packages/apps/GlobalSearch"
-    package="com.android.globalsearch.tests"
-    coverage_target="GlobalSearch"
-    continuous="true" />
-
-<test name="globalsearch-permission"
-    build_path="packages/apps/GlobalSearch"
-    package="com.android.globalsearch.permission.tests"
-    coverage_target="GlobalSearch"
-    continuous="true" />
-
 <test name="media"
     build_path="frameworks/base/media/tests/MediaFrameworkTest"
     package="com.android.mediaframeworktest"
@@ -541,6 +529,12 @@
     continuous="true"
     coverage_target="Phone" />
 
+<test name="quicksearchbox"
+    build_path="packages/apps/QuickSearchBox"
+    package="com.android.quicksearchbox.tests"
+    coverage_target="QuickSearchBox"
+    continuous="true" />
+
 <!-- obsolete?
 <test name="ringtone"
     build_path="tests/RingtoneSettings"