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

/dalvik/vm/oo/
H A DObject.h58 ACC_MIRANDA = 0x8000, // method (internal to VM) enumerator in enum:AccessFlags
701 return (method->accessFlags & ACC_MIRANDA) != 0;

Completed in 91 milliseconds