1// Copyright (C) 2023 The Android Open Source Project 2// 3// Licensed under the Apache License, Version 2.0 (the "License"); 4// you may not use this file except in compliance with the License. 5// You may obtain a copy of the License at 6// 7// http://www.apache.org/licenses/LICENSE-2.0 8// 9// Unless required by applicable law or agreed to in writing, software 10// distributed under the License is distributed on an "AS IS" BASIS, 11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12// See the License for the specific language governing permissions and 13// limitations under the License. 14 15package { 16 default_applicable_licenses: ["Android-Apache-2.0"], 17} 18 19android_test_helper_app { 20 name: "NotificationPressure00", 21 package_name: "com.android.test.NotificationPressure00", 22 defaults: ["cts_support_defaults"], 23 srcs: [ 24 "**/*.java", 25 ], 26 test_suites: [ 27 "cts", 28 "vts10", 29 "general-tests", 30 "sts", 31 ], 32 static_libs: [ 33 "NotificationTrampolineBase", 34 ], 35 sdk_version: "test_current", 36} 37 38android_test_helper_app { 39 name: "NotificationPressure01", 40 package_name: "com.android.test.NotificationPressure01", 41 defaults: ["cts_support_defaults"], 42 srcs: [ 43 "**/*.java", 44 ], 45 test_suites: [ 46 "cts", 47 "vts10", 48 "general-tests", 49 "sts", 50 ], 51 static_libs: [ 52 "NotificationTrampolineBase", 53 ], 54 sdk_version: "test_current", 55} 56 57android_test_helper_app { 58 name: "NotificationPressure02", 59 package_name: "com.android.test.NotificationPressure02", 60 defaults: ["cts_support_defaults"], 61 srcs: [ 62 "**/*.java", 63 ], 64 test_suites: [ 65 "cts", 66 "vts10", 67 "general-tests", 68 "sts", 69 ], 70 static_libs: [ 71 "NotificationTrampolineBase", 72 ], 73 sdk_version: "test_current", 74} 75 76android_test_helper_app { 77 name: "NotificationPressure03", 78 package_name: "com.android.test.NotificationPressure03", 79 defaults: ["cts_support_defaults"], 80 srcs: [ 81 "**/*.java", 82 ], 83 test_suites: [ 84 "cts", 85 "vts10", 86 "general-tests", 87 "sts", 88 ], 89 static_libs: [ 90 "NotificationTrampolineBase", 91 ], 92 sdk_version: "test_current", 93} 94 95android_test_helper_app { 96 name: "NotificationPressure04", 97 package_name: "com.android.test.NotificationPressure04", 98 defaults: ["cts_support_defaults"], 99 srcs: [ 100 "**/*.java", 101 ], 102 test_suites: [ 103 "cts", 104 "vts10", 105 "general-tests", 106 "sts", 107 ], 108 static_libs: [ 109 "NotificationTrampolineBase", 110 ], 111 sdk_version: "test_current", 112} 113 114android_test_helper_app { 115 name: "NotificationPressure05", 116 package_name: "com.android.test.NotificationPressure05", 117 defaults: ["cts_support_defaults"], 118 srcs: [ 119 "**/*.java", 120 ], 121 test_suites: [ 122 "cts", 123 "vts10", 124 "general-tests", 125 "sts", 126 ], 127 static_libs: [ 128 "NotificationTrampolineBase", 129 ], 130 sdk_version: "test_current", 131} 132 133android_test_helper_app { 134 name: "NotificationPressure06", 135 package_name: "com.android.test.NotificationPressure06", 136 defaults: ["cts_support_defaults"], 137 srcs: [ 138 "**/*.java", 139 ], 140 test_suites: [ 141 "cts", 142 "vts10", 143 "general-tests", 144 "sts", 145 ], 146 static_libs: [ 147 "NotificationTrampolineBase", 148 ], 149 sdk_version: "test_current", 150} 151 152android_test_helper_app { 153 name: "NotificationPressure07", 154 package_name: "com.android.test.NotificationPressure07", 155 defaults: ["cts_support_defaults"], 156 srcs: [ 157 "**/*.java", 158 ], 159 test_suites: [ 160 "cts", 161 "vts10", 162 "general-tests", 163 "sts", 164 ], 165 static_libs: [ 166 "NotificationTrampolineBase", 167 ], 168 sdk_version: "test_current", 169} 170