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

  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 43 VISIBILITY_SYSTEM((byte) 0x02);
69 return VISIBILITY_SYSTEM;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 44 private static final int VISIBILITY_SYSTEM = 2;
201 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 41 private static final int VISIBILITY_SYSTEM = 2;
198 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 42 private static final int VISIBILITY_SYSTEM = 2;
199 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 60 private static final byte VISIBILITY_SYSTEM = 0x02;
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 732 milliseconds