Loading TEST_MAPPING +1 −6 Original line number Diff line number Diff line Loading @@ -9,12 +9,7 @@ ] }, { "name": "SettingsPrefTests", "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" } ] "name": "SettingsPerfTests" } ] } tests/perftests/Android.bp +1 −1 Original line number Diff line number Diff line android_test { name: "SettingsPrefTests", name: "SettingsPerfTests", certificate: "platform", Loading tests/perftests/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.settings.tests.pref"> package="com.android.settings.tests.perf"> <application> <uses-library android:name="android.test.runner" /> Loading tests/perftests/src/com/android/settings/tests/pref/LaunchSettingsTest.java→tests/perftests/src/com/android/settings/tests/perf/LaunchSettingsTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.settings.tests.pref; package com.android.settings.tests.perf; import android.app.Instrumentation; import android.os.Bundle; Loading Loading
TEST_MAPPING +1 −6 Original line number Diff line number Diff line Loading @@ -9,12 +9,7 @@ ] }, { "name": "SettingsPrefTests", "options": [ { "exclude-annotation": "androidx.test.filters.FlakyTest" } ] "name": "SettingsPerfTests" } ] }
tests/perftests/Android.bp +1 −1 Original line number Diff line number Diff line android_test { name: "SettingsPrefTests", name: "SettingsPerfTests", certificate: "platform", Loading
tests/perftests/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.settings.tests.pref"> package="com.android.settings.tests.perf"> <application> <uses-library android:name="android.test.runner" /> Loading
tests/perftests/src/com/android/settings/tests/pref/LaunchSettingsTest.java→tests/perftests/src/com/android/settings/tests/perf/LaunchSettingsTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ package com.android.settings.tests.pref; package com.android.settings.tests.perf; import android.app.Instrumentation; import android.os.Bundle; Loading