Home
last modified time | relevance | path

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

/art/test/992-source-data/src/art/
DTest992.java56 System.out.println(pk + " has extension \"" + getSourceDebugExtension(k) + "\""); in doTest()
63 public static native String getSourceDebugExtension(Class<?> k) throws Exception; in getSourceDebugExtension() method in Test992