Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 2368) sorted by relevance

12345678910>>...95

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor_test.cpp40 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()
59 EXPECT_THAT(annotations, HasSubstr("@android.annotation.SystemApi")); in TEST()
60 EXPECT_THAT(annotations, Not(HasSubstr("@SystemApi"))); in TEST()
61 EXPECT_THAT(annotations, HasSubstr("This is a system API")); in TEST()
68 std::string annotations; in TEST() local
69 StringOutputStream out(&annotations); in TEST()
[all …]
/frameworks/base/tools/codegen/src/com/android/codegen/
DFieldInfo.kt54 fieldAst.annotations in <lambda>()
71 "@${classPrinter.NonNull}" in annotations -> false in <lambda>()
72 "@${classPrinter.NonEmpty}" in annotations -> false in <lambda>()
114 val annotations by lazy { in <lambda>() constant in com.android.codegen.FieldInfo
125 fieldAst.annotations.map { it.removeComment().toString() } in <lambda>()
128 annotations.filterNot { ann -> in <lambda>()
137 fun hasAnnotation(a: String) = annotations.any { it.startsWith(a) } in <lambda>()
141 fieldAst.annotations.find { it.nameAsString == classPrinter.ParcelWith } in <lambda>()
154 if ("@$Nullable" in annotations in <lambda>()
155 && "@$MaySetToNull" !in annotations) { in <lambda>()
/frameworks/base/services/core/java/com/android/server/locksettings/
DTEST_MAPPING7 … "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest"
10 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
23 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
/frameworks/multidex/library/jack-meta/
DlegacyMultidexInstallation.jpp18 @@com.android.jack.annotations.MultiDexInstaller
33 @@com.android.jack.annotations.MultiDexInstaller
46 @@com.android.jack.annotations.MultiDexInstaller
52 @@com.android.jack.annotations.ForceInMainDex
/frameworks/base/services/core/java/com/android/server/power/
DTEST_MAPPING6 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
15 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
23 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
/frameworks/base/
DTEST_MAPPING7 "include-annotation": "android.platform.test.annotations.Presubmit"
47 "include-annotation": "android.platform.test.annotations.Presubmit"
61 "include-annotation": "android.platform.test.annotations.Presubmit"
123 "include-annotation": "android.platform.test.annotations.Presubmit"
137 "include-annotation": "android.platform.test.annotations.Presubmit"
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DVersionInfo.java19 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;
/frameworks/libs/modules-utils/java/
DAndroid.bp21 name: "framework-annotations",
24 "com/android/internal/annotations/*.java",
43 name: "framework-annotations-lib",
44 srcs: [":framework-annotations"],
52 name: "framework-api-annotations",
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DTEST_MAPPING6 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
15 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
23 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
/frameworks/base/cmds/locksettings/
DTEST_MAPPING7 … "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest"
10 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
/frameworks/layoutlib/bridge/src/android/util/imagepool/
DImageImpl.java19 import com.android.tools.layoutlib.annotations.NotNull;
20 import com.android.tools.layoutlib.annotations.Nullable;
21 import com.android.tools.layoutlib.annotations.VisibleForTesting;
/frameworks/base/services/devicepolicy/
DTEST_MAPPING7 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
10 "exclude-annotation": "android.platform.test.annotations.LargeTest"
/frameworks/base/services/accessibility/
DTEST_MAPPING7 "include-annotation": "android.platform.test.annotations.Presubmit"
18 "include-annotation": "android.platform.test.annotations.Presubmit"
29 "include-annotation": "android.platform.test.annotations.Presubmit"
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DWMShellConcurrencyModule.java35 import com.android.wm.shell.common.annotations.ChoreographerSfVsync;
36 import com.android.wm.shell.common.annotations.ShellAnimationThread;
37 import com.android.wm.shell.common.annotations.ShellMainThread;
38 import com.android.wm.shell.common.annotations.ShellSplashscreenThread;
/frameworks/base/services/core/java/com/android/server/am/
DTEST_MAPPING10 "include-annotation": "android.platform.test.annotations.Presubmit"
27 "include-annotation": "android.platform.test.annotations.Presubmit"
41 "include-annotation": "android.platform.test.annotations.Presubmit"
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DFalsingPlugin.java21 import com.android.systemui.plugins.annotations.DependsOn;
22 import com.android.systemui.plugins.annotations.ProvidesInterface;
DVolumeDialog.java18 import com.android.systemui.plugins.annotations.DependsOn;
19 import com.android.systemui.plugins.annotations.ProvidesInterface;
DGlobalActions.java18 import com.android.systemui.plugins.annotations.DependsOn;
19 import com.android.systemui.plugins.annotations.ProvidesInterface;
/frameworks/av/media/codec2/
DTEST_MAPPING14 "include-annotation": "android.platform.test.annotations.Presubmit"
17 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
/frameworks/base/services/core/java/com/android/server/lights/
DTEST_MAPPING7 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
16 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSFactory.java20 import com.android.systemui.plugins.annotations.DependsOn;
21 import com.android.systemui.plugins.annotations.ProvidesInterface;
/frameworks/base/services/core/java/com/android/server/net/
DTEST_MAPPING14 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
28 "include-annotation": "android.platform.test.annotations.Presubmit"
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DTEST_MAPPING7 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
15 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteNamespaceResolver.java19 import com.android.tools.layoutlib.annotations.NotNull;
20 import com.android.tools.layoutlib.annotations.Nullable;
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DStatusBarStateController.java19 import com.android.systemui.plugins.annotations.DependsOn;
20 import com.android.systemui.plugins.annotations.ProvidesInterface;

12345678910>>...95