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

  /cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java 43 VISIBILITY_SYSTEM((byte) 0x02);
69 return VISIBILITY_SYSTEM;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 44 private static final int VISIBILITY_SYSTEM = 2;
201 case SYSTEM: out.writeByte(VISIBILITY_SYSTEM); break;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 45 milliseconds