Home
last modified time | relevance | path

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

/art/test/462-checker-inlining-dex-files/src-multidex/
DOtherDex.java41 public static Class<?> returnOtherDexClass() { in returnOtherDexClass() method in OtherDex
/art/test/462-checker-inlining-dex-files/src/
DMain.java110 return OtherDex.returnOtherDexClass(); in dontInlineOtherDexClass()