Home
last modified time | relevance | path

Searched refs:getProtoIndex (Results 1 – 2 of 2) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/
DMethodId.java38 public int getProtoIndex() { in getProtoIndex() method in MethodId
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationAccess.java276 int protoIndex = dex.methodIds().get(methodDexIndex).getProtoIndex(); in getParameterAnnotations()