/aosp14/frameworks/base/tools/aapt2/java/ |
H A D | AnnotationProcessor_test.cpp | 40 std::string annotations; in TEST() local 41 StringOutputStream out(&annotations); in TEST() 46 EXPECT_THAT(annotations, HasSubstr("@Deprecated")); in TEST() 53 std::string annotations; in TEST() local 54 StringOutputStream out(&annotations); in TEST() 68 std::string annotations; in TEST() local 69 StringOutputStream out(&annotations); in TEST() 83 std::string annotations; in TEST() local 84 StringOutputStream out(&annotations); in TEST() 98 std::string annotations; in TEST() local [all …]
|
/aosp14/frameworks/base/api/ |
H A D | Android.bp | 187 name: "sdk-annotations-defaults", 188 out: ["annotations.zip"], 198 name: "sdk-annotations.zip", 199 defaults: ["sdk-annotations-defaults"], 202 ":all-modules-public-annotations", 207 name: "sdk-annotations-system.zip", 208 defaults: ["sdk-annotations-defaults"], 211 ":all-modules-system-annotations", 216 name: "sdk-annotations-module-lib.zip", 217 defaults: ["sdk-annotations-defaults"], [all …]
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | TEST_MAPPING | 6 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 7 {"exclude-annotation": "android.platform.test.annotations.LargeTest"}, 16 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 17 {"exclude-annotation": "android.platform.test.annotations.LargeTest"}, 25 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 26 {"exclude-annotation": "android.platform.test.annotations.LargeTest"},
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/ |
H A D | AnnotatedStringResourceTest.kt | 43 val annotations = annotatedString.getStringAnnotations(0, annotatedString.length) regex 44 assertThat(annotations).hasSize(1) 45 assertThat(annotations[0].start).isEqualTo(31) 46 assertThat(annotations[0].end).isEqualTo(35) 47 assertThat(annotations[0].tag).isEqualTo(URLSPAN_TAG) 48 assertThat(annotations[0].item).isEqualTo("https://www.google.com/")
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | FieldInfo.kt | 54 fieldAst.annotations 71 "@${classPrinter.NonNull}" in annotations -> false 72 "@${classPrinter.NonEmpty}" in annotations -> false 114 val annotations by lazy { regex 125 fieldAst.annotations.map { it.removeComment().toString() } 128 annotations.filterNot { ann -> 137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } 141 fieldAst.annotations.find { it.nameAsString == classPrinter.ParcelWith } 154 if ("@$Nullable" in annotations 155 && "@$MaySetToNull" !in annotations) {
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 16 "exclude-annotation": "android.platform.test.annotations.LargeTest" 27 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 36 "exclude-annotation": "android.platform.test.annotations.LargeTest"
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 16 "exclude-annotation": "android.platform.test.annotations.LargeTest" 27 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 36 "exclude-annotation": "android.platform.test.annotations.LargeTest"
|
/aosp14/frameworks/base/ |
H A D | TEST_MAPPING | 7 "include-annotation": "android.platform.test.annotations.Presubmit" 23 "include-annotation": "android.platform.test.annotations.Presubmit" 71 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 88 "include-annotation": "android.platform.test.annotations.Presubmit" 102 "include-annotation": "android.platform.test.annotations.Presubmit" 164 "include-annotation": "android.platform.test.annotations.Presubmit" 178 "include-annotation": "android.platform.test.annotations.Presubmit" 192 "include-annotation": "android.platform.test.annotations.Presubmit"
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | TEST_MAPPING | 7 … "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest" 10 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 23 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | TEST_MAPPING | 12 "include-annotation": "android.platform.test.annotations.Presubmit" 27 "include-annotation": "android.platform.test.annotations.Presubmit" 41 "include-annotation": "android.platform.test.annotations.Presubmit" 58 "include-annotation": "android.platform.test.annotations.Presubmit" 72 "include-annotation": "android.platform.test.annotations.Presubmit" 127 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | TEST_MAPPING | 10 "include-annotation": "android.platform.test.annotations.Presubmit" 13 "exclude-annotation": "android.platform.test.annotations.Postsubmit" 32 "include-annotation": "android.platform.test.annotations.Postsubmit"
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellConcurrencyModule.java | 36 import com.android.wm.shell.common.annotations.ExternalMainThread; 37 import com.android.wm.shell.common.annotations.ShellAnimationThread; 38 import com.android.wm.shell.common.annotations.ShellBackgroundThread; 39 import com.android.wm.shell.common.annotations.ShellMainThread; 40 import com.android.wm.shell.common.annotations.ShellSplashscreenThread;
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | TEST_MAPPING | 10 "include-annotation": "android.platform.test.annotations.Presubmit" 13 "exclude-annotation": "android.platform.test.annotations.LargeTest" 31 "include-annotation": "android.platform.test.annotations.Presubmit"
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
H A D | VersionInfo.java | 19 import com.android.systemui.plugins.annotations.Dependencies; 20 import com.android.systemui.plugins.annotations.DependsOn; 21 import com.android.systemui.plugins.annotations.ProvidesInterface; 22 import com.android.systemui.plugins.annotations.Requirements; 23 import com.android.systemui.plugins.annotations.Requires;
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | TEST_MAPPING | 6 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 15 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"}, 24 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | TEST_MAPPING | 66 "include-annotation":"android.platform.test.annotations.Presubmit" 83 "include-annotation":"android.platform.test.annotations.Presubmit" 129 "include-annotation":"android.platform.test.annotations.Presubmit" 132 "exclude-annotation":"android.platform.test.annotations.Postsubmit"
|
/aosp14/frameworks/base/services/accessibility/ |
H A D | TEST_MAPPING | 7 "include-annotation": "android.platform.test.annotations.Presubmit" 18 "include-annotation": "android.platform.test.annotations.Presubmit" 29 "include-annotation": "android.platform.test.annotations.Presubmit"
|
/aosp14/frameworks/base/cmds/locksettings/ |
H A D | TEST_MAPPING | 7 … "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest" 10 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
/aosp14/frameworks/base/services/devicepolicy/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 10 "exclude-annotation": "android.platform.test.annotations.LargeTest"
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 16 "exclude-annotation": "android.platform.test.annotations.LargeTest"
|
/aosp14/frameworks/base/media/java/android/media/projection/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 21 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | FalsingPlugin.java | 21 import com.android.systemui.plugins.annotations.DependsOn; 22 import com.android.systemui.plugins.annotations.ProvidesInterface;
|
H A D | VolumeDialog.java | 18 import com.android.systemui.plugins.annotations.DependsOn; 19 import com.android.systemui.plugins.annotations.ProvidesInterface;
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 21 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | TEST_MAPPING | 10 "exclude-annotation": "android.platform.test.annotations.FlakyTest" 24 "include-annotation": "android.platform.test.annotations.Presubmit"
|