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

  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/
SmaliMethodPrototypeElementType.java 46 public class SmaliMethodPrototypeElementType
48 public static final SmaliMethodPrototypeElementType INSTANCE = new SmaliMethodPrototypeElementType();
50 private SmaliMethodPrototypeElementType() {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
SmaliElementTypes.java 43 public static final SmaliMethodPrototypeElementType METHOD_PROTOTYPE = SmaliMethodPrototypeElementType.INSTANCE;

Completed in 69 milliseconds