Searched defs:VISIBILITY_RUNTIME (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationItem.java41 private static final int VISIBILITY_RUNTIME = 1; field in class:AnnotationItem
200 case RUNTIME: out.writeByte(VISIBILITY_RUNTIME); break;
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationItem.java39 private static final int VISIBILITY_RUNTIME = 1; field in class:AnnotationItem
198 case RUNTIME: out.writeByte(VISIBILITY_RUNTIME); break;

Completed in 56 milliseconds