Loading ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsIgnore.java +2 −0 Original line number Diff line number Diff line Loading @@ -29,4 +29,6 @@ import java.lang.annotation.Target; public @interface HostStubGenProcessedAsIgnore { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsIgnore.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; } ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsKeep.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,4 +32,6 @@ import java.lang.annotation.Target; public @interface HostStubGenProcessedAsKeep { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsKeep.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; } ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsSubstitute.java +2 −0 Original line number Diff line number Diff line Loading @@ -33,4 +33,6 @@ public @interface HostStubGenProcessedAsSubstitute { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName( HostStubGenProcessedAsSubstitute.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; } ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsThrow.java +2 −0 Original line number Diff line number Diff line Loading @@ -29,4 +29,6 @@ import java.lang.annotation.Target; public @interface HostStubGenProcessedAsThrow { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsThrow.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; } ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsThrowButSupported.java +2 −0 Original line number Diff line number Diff line Loading @@ -33,4 +33,6 @@ public @interface HostStubGenProcessedAsThrowButSupported { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName( HostStubGenProcessedAsThrowButSupported.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; } Loading
ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsIgnore.java +2 −0 Original line number Diff line number Diff line Loading @@ -29,4 +29,6 @@ import java.lang.annotation.Target; public @interface HostStubGenProcessedAsIgnore { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsIgnore.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; }
ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsKeep.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,4 +32,6 @@ import java.lang.annotation.Target; public @interface HostStubGenProcessedAsKeep { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsKeep.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; }
ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsSubstitute.java +2 −0 Original line number Diff line number Diff line Loading @@ -33,4 +33,6 @@ public @interface HostStubGenProcessedAsSubstitute { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName( HostStubGenProcessedAsSubstitute.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; }
ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsThrow.java +2 −0 Original line number Diff line number Diff line Loading @@ -29,4 +29,6 @@ import java.lang.annotation.Target; public @interface HostStubGenProcessedAsThrow { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName(HostStubGenProcessedAsThrow.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; }
ravenwood/tools/hoststubgen/helper-runtime-src/com/android/hoststubgen/hosthelper/HostStubGenProcessedAsThrowButSupported.java +2 −0 Original line number Diff line number Diff line Loading @@ -33,4 +33,6 @@ public @interface HostStubGenProcessedAsThrowButSupported { String CLASS_INTERNAL_NAME = HostTestUtils.getInternalName( HostStubGenProcessedAsThrowButSupported.class); String CLASS_DESCRIPTOR = "L" + CLASS_INTERNAL_NAME + ";"; String reason() default ""; }