HomeSort by relevance Sort by last modified time
    Searched refs:VISIBILITY_BUILD (Results 1 - 4 of 4) sorted by null

  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 34 VISIBILITY_BUILD((byte) 0x00),
65 return VISIBILITY_BUILD;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 38 private static final int VISIBILITY_BUILD = 0;
199 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 36 private static final int VISIBILITY_BUILD = 0;
197 case BUILD: out.writeByte(VISIBILITY_BUILD); break;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 70 milliseconds