OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnnotationWithEnum
(Results
1 - 5
of
5
) sorted by null
/external/r8/src/test/examples/multidex002/
AnnotationWithEnum.java
11
public @interface
AnnotationWithEnum
{
TestApplication.java
10
@
AnnotationWithEnum
(ReferencedByAnnotation.B)
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
AnnotationWithEnum.java
23
public @interface
AnnotationWithEnum
{
Test.java
36
((
AnnotationWithEnum
) TestApplication.annotation).value());
38
((
AnnotationWithEnum
) TestApplication.getAnnotationWithEnum()).value());
TestApplication.java
23
@
AnnotationWithEnum
(ReferencedByAnnotation.B)
Completed in 51 milliseconds