Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82e7ea28 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Remove old unused tests

These have been replaced by CTS and uiservicestests

Test: build
Fixes: 307280648
Change-Id: I7c42691f367ec99669f044e25865b1adabf21c01
parent 170208c1
Loading
Loading
Loading
Loading

tests/notification/Android.bp

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_base_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_base_license"],
}

android_test {
    name: "NotificationTests",
    // Include all test java files.
    srcs: ["src/**/*.java"],
    libs: ["android.test.runner.stubs"],
    sdk_version: "21",
}
+0 −28
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.frameworks.tests.notification"
    >
    <application>
        <uses-library android:name="android.test.runner" />
    </application>

    <instrumentation
        android:name="android.test.InstrumentationTestRunner"
        android:targetPackage="com.android.frameworks.tests.notification"
        android:label="Frameworks Notification Tests" />
</manifest>

tests/notification/OWNERS

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
include /services/core/java/com/android/server/notification/OWNERS
−7.39 KiB
Loading image diff...
−49.2 KiB
Loading image diff...
Loading