Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 25 of 32) sorted by relevance

12

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DAnnotationValidations.java133 public static void validate(Class<Size> annotation, Size ignored, int value, in validate()
139 public static void validate(Class<Size> annotation, Size ignored, int value, in validate()
169 Class<Intent.Flags> annotation, Intent.Flags ignored, int value) { in validate()
175 public static void validate(Class<? extends Annotation> annotation, in validate()
178 public static void validate(Class<? extends Annotation> annotation, in validate()
181 public static void validate(Class<? extends Annotation> annotation, in validate()
183 public static void validate(Class<? extends Annotation> annotation, in validate()
193 public static void validate(Class<? extends Annotation> annotation, in validate()
204 Class<? extends Annotation> annotation, int value, int lastValid) { in validateIntEnum()
210 Class<? extends Annotation> annotation, int value, int validBits) { in validateIntFlags()
[all …]
/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectablePropertyProcessor.java144 final AnnotationMirror annotation = in process() local
176 @NonNull AnnotationMirror annotation) { in buildProperty()
311 @NonNull AnnotationMirror annotation) { in determinePropertyType()
518 @NonNull AnnotationMirror annotation) { in requirePackedIntToBeInt()
623 @NonNull AnnotationMirror annotation) { in processEnumMapping()
672 @NonNull AnnotationMirror annotation) { in processFlagMapping()
/aosp14/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
H A DTraceInjectionConfiguration.java23 public final String annotation; field in TraceInjectionConfiguration
29 public TraceInjectionConfiguration(String annotation, String startMethod, String endMethod) { in TraceInjectionConfiguration()
H A DMain.java36 String annotation = null; in main() local
/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DAndroidTestingRunner.java83 private long getTimeout(Test annotation) { in getTimeout()
89 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local
103 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local
H A DTestWithLooperRule.java140 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local
150 RunWithLooper annotation = method.getAnnotation(RunWithLooper.class); in looperWrap() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverListControllerTest.java102 String annotation = "test_annotation"; in reportChooserSelection() local
137 String annotation = "test_annotation"; in topKEqualsToSort() local
288 String annotation, int count) { in initStats()
299 private Intent createSendImageIntent(String annotation) { in createSendImageIntent()
329 UsageStatsManager usm, String packageName, String action, String annotation) { in getCount()
/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DTestApplication.java26 public static Annotation annotation = getAnnotationWithEnum(); field in TestApplication
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DWrappedSysUiStatsEvent.java61 public Builder addBooleanAnnotation(byte annotation, boolean value) { in addBooleanAnnotation()
111 private void addAnnotation(byte annotation, Object value) { in addAnnotation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAnnotationLinkSpan.java86 public LinkInfo(@NonNull String annotation, View.OnClickListener listener) { in LinkInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DSysUiStatsEvent.java47 public Builder addBooleanAnnotation(byte annotation, boolean value) { in addBooleanAnnotation()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityController.aidl53 int appEarlyNotResponding(String processName, int pid, String annotation); in appEarlyNotResponding()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchable.java76 final Watched annotation = f.getAnnotation(Watched.class); in verifyWatchedAttributes() local
/aosp14/frameworks/base/tools/xmlpersistence/src/main/kotlin/
H A DParser.kt114 val annotation = classDeclaration.getAnnotationByName("XmlPersistence").getOrNull() regex
145 val annotation = annotations.getByName("XmlName") regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DProcessRecordTests.java201 String annotation) { in appNotResponding()
H A DAnrHelperTest.java126 final String annotation = "test"; in testHandleAppNotResponding() local
/aosp14/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
H A DEnforcePermissionFix.kt152 val annotation = getPermissionMethodAnnotation(method) ?: return null regex
342 val annotation = getPermissionMethodAnnotation(callExpression.resolve()?.getUMethod()) regex
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/library/
H A DOptionalClassRunner.java49 OptionalClass annotation = testClass.getAnnotation(OptionalClass.class); in OptionalClassRunner() local
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java106 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()
/aosp14/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp56 StringPiece annotation; member
H A DJavaClassGenerator.cpp586 for (const std::string& annotation : annotations) { in AppendJavaDocAnnotations() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java268 boolean skipAnrLocked(String annotation) { in skipAnrLocked()
294 String annotation = timeoutRecord.mReason; in appNotResponding() local
/aosp14/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java340 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java559 Annotation annotation; in addAndSetFinalPorts() local
579 Annotation annotation; in addAnnotatedPorts() local
/aosp14/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java122 public void onStart(String tag, String[] classes, String annotation) { } in onStart()
334 void onStart(String tag, String[] classes, String annotation); in onStart()

12