Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/util/
DAnnotationValidations.java50 public static void validate(Class<UserIdInt> annotation, UserIdInt ignored, int value) { in validate()
57 public static void validate(Class<AppIdInt> annotation, AppIdInt ignored, int value) { in validate()
63 public static void validate(Class<IntRange> annotation, IntRange ignored, int value, in validate()
69 public static void validate(Class<IntRange> annotation, IntRange ignored, int value, in validate()
88 public static void validate(Class<IntRange> annotation, IntRange ignored, long value, in validate()
97 public static void validate(Class<IntRange> annotation, IntRange ignored, long value, in validate()
113 public static void validate(Class<FloatRange> annotation, FloatRange ignored, float value, in validate()
119 public static void validate(Class<FloatRange> annotation, FloatRange ignored, float value, in validate()
127 public static void validate(Class<NonNull> annotation, NonNull ignored, Object value) { in validate()
133 public static void validate(Class<Size> annotation, Size ignored, int value, in validate()
[all …]
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
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()
/frameworks/base/tools/traceinjection/src/com/android/traceinjection/
DTraceInjectionConfiguration.java23 public final String annotation; field in TraceInjectionConfiguration
29 public TraceInjectionConfiguration(String annotation, String startMethod, String endMethod) { in TraceInjectionConfiguration()
DMain.java36 String annotation = null; in main() local
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverListControllerTest.java98 String annotation = "test_annotation"; in reportChooserSelection() local
132 String annotation = "test_annotation"; in topKEqualsToSort() local
253 String annotation, int count) { in initStats()
264 private Intent createSendImageIntent(String annotation) { in createSendImageIntent()
294 UsageStatsManager usm, String packageName, String action, String annotation) { in getCount()
/frameworks/base/tests/testables/src/android/testing/
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
/frameworks/base/services/core/java/com/android/server/am/
DAnrHelper.java71 void appNotResponding(ProcessRecord anrProcess, String annotation) { in appNotResponding()
79 WindowProcessController parentProcess, boolean aboveSystem, String annotation) { in appNotResponding()
186 WindowProcessController parentProcess, boolean aboveSystem, String annotation) { in AnrRecord()
DProcessErrorStateRecord.java256 boolean aboveSystem, String annotation, boolean onlyDumpSelf) { in appNotResponding()
/frameworks/libs/net/common/device/com/android/net/module/util/
DStruct.java151 public final Field annotation; field in Struct.FieldInfo
155 FieldInfo(final Field annotation, final java.lang.reflect.Field field) { in FieldInfo()
162 private static void checkAnnotationType(final Field annotation, final Class fieldType) { in checkAnnotationType()
210 private static int getFieldLength(final Field annotation) { in getFieldLength()
537 final Field annotation = field.getAnnotation(Field.class); in getClassFieldInfo() local
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DTestApplication.java26 public static Annotation annotation = getAnnotationWithEnum(); field in TestApplication
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DWrappedSysUiStatsEvent.java61 public Builder addBooleanAnnotation(byte annotation, boolean value) { in addBooleanAnnotation()
111 private void addAnnotation(byte annotation, Object value) { in addAnnotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAnnotationLinkSpan.java86 public LinkInfo(@NonNull String annotation, View.OnClickListener listener) { in LinkInfo()
/frameworks/base/services/core/java/com/android/server/notification/
DSysUiStatsEvent.java47 public Builder addBooleanAnnotation(byte annotation, boolean value) { in addBooleanAnnotation()
/frameworks/base/services/core/java/com/android/server/utils/
DWatchable.java76 final Watched annotation = f.getAnnotation(Watched.class); in verifyWatchedAttributes() local
/frameworks/base/core/java/android/app/
DIActivityController.aidl53 int appEarlyNotResponding(String processName, int pid, String annotation); in appEarlyNotResponding()
/frameworks/base/tools/xmlpersistence/src/main/kotlin/
DParser.kt114 val annotation = classDeclaration.getAnnotationByName("XmlPersistence").getOrNull() in parsePersistenceInfo() constant
145 val annotation = annotations.getByName("XmlName") in parseFieldInfo() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DAnrHelperTest.java113 final String annotation = "test"; in testHandleAppNotResponding() local
DProcessRecordTests.java197 String annotation) { in appNotResponding()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_collation.cpp276 Annotation* annotation; in TEST() local
346 Annotation* annotation; in TEST() local
492 Annotation* annotation = annotationSet->begin()->get(); in TEST() local
Djava_writer.cpp82 for (const shared_ptr<Annotation>& annotation : annotations) { in write_annotations() local
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/parsing/library/
DOptionalClassRunner.java49 OptionalClass annotation = testClass.getAnnotation(OptionalClass.class); in OptionalClassRunner() local
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DUiAutomationShellWrapper.java106 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()
/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp56 StringPiece annotation; member
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java340 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilter.java561 Annotation annotation; in addAndSetFinalPorts() local
581 Annotation annotation; in addAnnotatedPorts() local

12