Searched defs:PUBLIC (Results 1 - 1 of 1) sorted by path

/art/dalvikvm/
H A Ddalvikvm.cc51 static const int PUBLIC = 0x0001; // java.lang.reflect.Modifiers.PUBLIC local
52 if ((modifiers & PUBLIC) == 0) {

Completed in 43 milliseconds