Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 25 of 34) 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/core/tests/coretests/src/com/android/internal/app/
DResolverListControllerTest.java92 String annotation = "test_annotation"; in reportChooserSelection() local
128 String annotation = "test_annotation"; in topKEqualsToSort() local
155 String annotation, int count) { in initStats()
166 private Intent createSendImageIntent(String annotation) { in createSendImageIntent()
178 UsageStatsManager usm, String packageName, String action, String annotation) { in getCount()
/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/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.java67 void appNotResponding(ProcessRecord anrProcess, String annotation) { in appNotResponding()
75 WindowProcessController parentProcess, boolean aboveSystem, String annotation) { in appNotResponding()
152 WindowProcessController parentProcess, boolean aboveSystem, String annotation) { in AnrRecord()
DProcessErrorStateRecord.java221 boolean aboveSystem, String annotation, boolean onlyDumpSelf) { in appNotResponding()
/frameworks/libs/net/common/device/com/android/net/module/util/
DStruct.java150 public final Field annotation; field in Struct.FieldInfo
154 FieldInfo(final Field annotation, final java.lang.reflect.Field field) { in FieldInfo()
161 private static void checkAnnotationType(final Field annotation, final Class fieldType) { in checkAnnotationType()
209 private static int getFieldLength(final Field annotation) { in getFieldLength()
535 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 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/tests/servicestests/src/com/android/server/am/
DAnrHelperTest.java105 final String annotation = "test"; in testHandleAppNotResponding() local
DProcessRecordTests.java197 String annotation) { in appNotResponding()
/frameworks/base/core/java/android/app/
DIActivityController.aidl53 int appEarlyNotResponding(String processName, int pid, String annotation); in appEarlyNotResponding()
/frameworks/base/services/core/java/com/android/server/utils/
DWatchable.java76 final Watched annotation = f.getAnnotation(Watched.class); in verifyWatchedAttributes() local
/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/pm/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/proto_logging/stats/stats_log_api_gen/
Dtest_collation.cpp254 Annotation* annotation; in TEST() local
324 Annotation* annotation; in TEST() local
Djava_writer.cpp82 for (const shared_ptr<Annotation>& annotation : annotations) { in write_annotations() local
Dnative_writer.cpp52 for (const shared_ptr<Annotation>& annotation : annotations) { in write_annotations() local
/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
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerServiceTest.java444 final PackageManagerService.Computer.LiveImplementation annotation = in getOverride() local

12