Home
last modified time | relevance | path

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

12

/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
DProGuardClassSpecParser.kt57 { annotation: String -> mapper.replaceType(annotation) }, in <lambda>() method
70 { annotation: String -> mapper.replaceType(annotation) } in <lambda>() method
78 { annotation: String -> mapper.replaceType(annotation) }, in <lambda>() method
87 { annotation: String -> mapper.replaceType(annotation) } in <lambda>() method
95 { annotation: String -> mapper.replaceType(annotation) }, in <lambda>() method
105 { annotation: String -> mapper.replaceType(annotation) }, in <lambda>() method
115 { annotation: String -> mapper.replaceType(annotation) }, in <lambda>() method
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DEntityProcessorTest.kt346 val annotation = mapOf( in <lambda>() constant
382 val annotation = mapOf( in <lambda>() constant
402 val annotation = mapOf( in <lambda>() constant
427 val annotation = mapOf( in <lambda>() constant
448 val annotation = mapOf( in <lambda>() constant
468 val annotation = mapOf( in <lambda>() constant
489 val annotation = mapOf( in <lambda>() constant
506 val annotation = mapOf( in <lambda>() constant
523 val annotation = mapOf( in <lambda>() constant
1479 val annotation = mapOf( in <lambda>() constant
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverListControllerTest.java91 String annotation = "test_annotation"; in reportChooserSelection() local
126 String annotation, int count) { in initStats()
137 private Intent createSendImageIntent(String annotation) { in createSendImageIntent()
149 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/support/room/compiler/src/main/kotlin/androidx/room/processor/
DSuppressWarningProcessor.kt32 val annotation = MoreElements.getAnnotationMirror(element, in getSuppressedWarnings() constant
DRawQueryMethodProcessor.kt45 val annotation = MoreElements.getAnnotationMirror(executableElement, in process() constant
76 val annotation = MoreElements in processObservedTables() constant
DUpdateMethodProcessor.kt36 val annotation = delegate in process() constant
DShortcutMethodProcessor.kt40 val annotation = MoreElements.getAnnotationMirror(executableElement, in extractAnnotation() constant
DInsertionMethodProcessor.kt43 val annotation = delegate.extractAnnotation(Insert::class, in process() constant
DQueryMethodProcessor.kt69 val annotation = MoreElements.getAnnotationMirror(executableElement, in <lambda>() constant
DCustomConverterProcessor.kt54 val annotation = MoreElements.getAnnotationMirror(element, in <lambda>() constant
DEntityProcessor.kt70 val annotation = MoreElements.getAnnotationMirror(element, in <lambda>() constant
457 androidx.room.Entity::class.java).orNull()?.let { annotation -> in <lambda>() method
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DTestApplication.java26 public static Annotation annotation = getAnnotationWithEnum(); field in TestApplication
/frameworks/support/navigation/common/src/main/java/androidx/navigation/
DSimpleNavigatorProvider.java45 Navigator.Name annotation = navigatorClass.getAnnotation(Navigator.Name.class); in getNameForNavigator() local
/frameworks/base/core/java/android/app/
DIActivityController.aidl53 int appEarlyNotResponding(String processName, int pid, String annotation); in appEarlyNotResponding()
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
DClassesInfoCache.java51 OnLifecycleEvent annotation = method.getAnnotation(OnLifecycleEvent.class); in hasLifecycleMethods() local
124 OnLifecycleEvent annotation = method.getAnnotation(OnLifecycleEvent.class); in createInfo() local
/frameworks/support/development/checkstyle/src/com/android/support/checkstyle/
DMismatchedAnnotationCheck.java105 public void setAnnotation(String annotation) { in setAnnotation()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DOptionalClassRunner.java48 OptionalClass annotation = testClass.getAnnotation(OptionalClass.class); in OptionalClassRunner() local
/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp55 StringPiece annotation; member
/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/cmds/statsd/src/metrics/
DMetricsManager.cpp102 for (const auto& annotation : config.annotation()) { in MetricsManager() local
218 for (const auto& annotation : mAnnotations) { in onDumpReport() local
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java339 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/cmds/statsd/src/
Dstats_log.proto258 repeated Annotation annotation = 7; field
335 repeated Annotation annotation = 18; field
/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp201 auto annotation = config.add_annotation(); in TEST() local

12