Remove CtsVerifier GNSS tests already covered by CTS test suite

Bug: 117937647
Bug: 144136116
Test: Verified that the CTS tests are removed from CtsVerifier
Change-Id: I266e2ed28a9f297397e00d8f21e511318951e0a2
Merged-In: I266e2ed28a9f297397e00d8f21e511318951e0a2
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 92795e5..4f3feed 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -1160,130 +1160,6 @@
             <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
         </activity>
 
-        <activity android:name=".location.GnssMeasurementsConstellationTestsActivity"
-            android:label="@string/location_gnss_constellation_type_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
-
-        <activity android:name=".location.GnssMeasurementRegistrationTestsActivity"
-            android:label="@string/location_gnss_reg_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
-
-        <activity android:name=".location.GnssMeasurementValuesTestsActivity"
-            android:label="@string/location_gnss_value_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
-
-        <activity android:name=".location.GnssPseudorangeVerificationTestsActivity"
-            android:label="@string/location_pseudorange_value_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
-
-        <activity android:name=".location.GnssTtffTestsActivity"
-            android:label="@string/location_gnss_ttff_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
-
-        <activity android:name=".location.EmergencyCallWifiTestsActivity"
-            android:label="@string/location_emergency_call_wifi_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features"
-                       android:value="android.hardware.location.gps:android.hardware.wifi:android.hardware.telephony"/>
-        </activity>
-
-        <activity android:name=".location.EmergencyCallMessageTestsActivity"
-            android:label="@string/location_emergency_call_message_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features"
-                       android:value="android.hardware.location.gps:android.hardware.wifi:android.hardware.telephony"/>
-        </activity>
-
-        <activity android:name=".location.EmergencyCallGNSSTestsActivity"
-            android:label="@string/location_emergency_call_gps_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features"
-                       android:value="android.hardware.location.gps:android.hardware.wifi:android.hardware.telephony"/>
-        </activity>
-
-        <activity android:name=".location.GnssMeasurementWhenNoLocationTestsActivity"
-            android:label="@string/location_gnss_measure_no_location_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
-
-        <activity android:name=".location.GnssNavigationMessageTestsActivity"
-            android:label="@string/location_gnss_nav_msg_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity>
-
-        <!--  activity android:name=".location.GnssStatusTestsActivity"
-            android:label="@string/location_gnss_status_test"
-            android:screenOrientation="locked">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN"/>
-                <category android:name="android.cts.intent.category.MANUAL_TEST"/>
-            </intent-filter>
-            <meta-data android:name="test_category" android:value="@string/test_category_hardware"/>
-            <meta-data android:name="test_required_features" android:value="android.hardware.location.gps" />
-        </activity -->
-
         <activity android:name=".location.LocationListenerActivity"
                 android:label="@string/location_listener_activity"
                 android:configChanges="keyboardHidden|orientation|screenSize">
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementRegistrationTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementRegistrationTestsActivity.java
deleted file mode 100644
index 56755cc..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementRegistrationTestsActivity.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import android.location.cts.GnssMeasurementRegistrationTest;
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-
-/**
- * Activity to execute CTS Gnss Measurement tests.
- * It is a wrapper for {@link GnssMeasurementValuesTest} running with AndroidJUnitRunner.
- */
-public class GnssMeasurementRegistrationTestsActivity extends GnssCtsTestActivity {
-    public GnssMeasurementRegistrationTestsActivity() {
-        super(GnssMeasurementRegistrationTest.class);
-    }
-}
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementValuesTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementValuesTestsActivity.java
deleted file mode 100644
index 4bdbddf..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementValuesTestsActivity.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import android.location.cts.GnssMeasurementValuesTest;
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-
-/**
- * Activity to execute CTS Gnss Measurement tests.
- * It is a wrapper for {@link GnssMeasurementValuesTest} running with AndroidJUnitRunner.
- */
-public class GnssMeasurementValuesTestsActivity extends GnssCtsTestActivity {
-    public GnssMeasurementValuesTestsActivity() {
-        super(GnssMeasurementValuesTest.class);
-    }
-}
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementWhenNoLocationTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementWhenNoLocationTestsActivity.java
deleted file mode 100644
index 1ee74c5..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementWhenNoLocationTestsActivity.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import android.location.cts.GnssMeasurementWhenNoLocationTest;
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-
-/**
- * Activity to execute CTS GnssMeasurementWhenNoLocationTest.
- * It is a wrapper for {@link GnssMeasurementValuesTest} running with AndroidJUnitRunner.
- */
-public class GnssMeasurementWhenNoLocationTestsActivity extends GnssCtsTestActivity {
-    public GnssMeasurementWhenNoLocationTestsActivity() {
-        super(GnssMeasurementWhenNoLocationTest.class);
-    }
-}
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementsConstellationTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementsConstellationTestsActivity.java
deleted file mode 100644
index c59346a1..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssMeasurementsConstellationTestsActivity.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import android.location.cts.GnssMeasurementsConstellationTest;
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-
-/**
- * Activity to execute CTS Gnss ConstellationType tests.
- * It is a wrapper for {@link GnssConstellationTypeTest} running with AndroidJUnitRunner.
- */
-public class GnssMeasurementsConstellationTestsActivity extends GnssCtsTestActivity {
-    public GnssMeasurementsConstellationTestsActivity() {
-        super(GnssMeasurementsConstellationTest.class);
-    }
-}
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssNavigationMessageTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssNavigationMessageTestsActivity.java
deleted file mode 100644
index a4c9c93..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssNavigationMessageTestsActivity.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import android.location.cts.GnssNavigationMessageTest;
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-
-/**
- * Activity to execute CTS GnssNavigationMessageTest.
- * It is a wrapper for {@link GnssMeasurementValuesTest} running with AndroidJUnitRunner.
- */
-public class GnssNavigationMessageTestsActivity extends GnssCtsTestActivity {
-    public GnssNavigationMessageTestsActivity() {
-        super(GnssNavigationMessageTest.class);
-    }
-}
\ No newline at end of file
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssPseudorangeVerificationTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssPseudorangeVerificationTestsActivity.java
deleted file mode 100644
index e17b67a..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssPseudorangeVerificationTestsActivity.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-import android.location.cts.GnssPseudorangeVerificationTest;
-
-/**
- * Activity to execute CTS GnssPseudorangeVerificationTest.
- * It is a wrapper for {@link GnssPseudorangeVerificationTest} running with AndroidJUnitRunner.
- */
-
-public class GnssPseudorangeVerificationTestsActivity extends GnssCtsTestActivity {
-  public GnssPseudorangeVerificationTestsActivity() {
-    super(GnssPseudorangeVerificationTest.class);
-  }
-}
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssStatusTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssStatusTestsActivity.java
deleted file mode 100644
index b132c50..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssStatusTestsActivity.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-import android.location.cts.GnssStatusTest;
-
-/**
- * Activity to execute CTS GnssStatusTest.
- * It is a wrapper for {@link GnssStatusTest} running with AndroidJUnitRunner.
- */
-
-public class GnssStatusTestsActivity extends GnssCtsTestActivity {
-  public GnssStatusTestsActivity() {
-    super(GnssStatusTest.class);
-  }
-}
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssTtffTestsActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssTtffTestsActivity.java
deleted file mode 100644
index 7b5b6fb..0000000
--- a/apps/CtsVerifier/src/com/android/cts/verifier/location/GnssTtffTestsActivity.java
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2017 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License
- */
-
-package com.android.cts.verifier.location;
-
-import com.android.cts.verifier.location.base.GnssCtsTestActivity;
-import android.location.cts.GnssTtffTests;
-
-/**
- * Activity to execute CTS GnssStatusTest.
- * It is a wrapper for {@link GnssTtffTests} running with AndroidJUnitRunner.
- */
-
-public class GnssTtffTestsActivity extends GnssCtsTestActivity {
-  public GnssTtffTestsActivity() {
-    super(GnssTtffTests.class);
-  }
-}