Home
last modified time | relevance | path

Searched defs:parseMethodDescriptor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/DynamicInstrumentationManagerServiceTests/src/com/android/server/os/instrumentation/
DParseMethodDescriptorTest.java137 private Executable parseMethodDescriptor(String fqcn, String methodName) { in parseMethodDescriptor() method in ParseMethodDescriptorTest
143 private Executable parseMethodDescriptor( in parseMethodDescriptor() method in ParseMethodDescriptorTest
/frameworks/base/core/java/android/os/instrumentation/
DMethodDescriptorParser.java33 public static Executable parseMethodDescriptor(ClassLoader classLoader, in parseMethodDescriptor() method in MethodDescriptorParser