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

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DexoptUtilsTest.java 115 String[] contexts = DexoptUtils.getClassLoaderContexts(
135 String[] contexts = DexoptUtils.getClassLoaderContexts(
161 String[] contexts = DexoptUtils.getClassLoaderContexts(
184 String[] contexts = DexoptUtils.getClassLoaderContexts(
204 String[] contexts = DexoptUtils.getClassLoaderContexts(
223 String[] contexts = DexoptUtils.getClassLoaderContexts(
234 String[] contexts = DexoptUtils.getClassLoaderContexts(
246 String[] contexts = DexoptUtils.getClassLoaderContexts(
256 String[] contexts = DexoptUtils.getClassLoaderContexts(
267 String[] contexts = DexoptUtils.getClassLoaderContexts
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexoptUtils.java 31 public final class DexoptUtils {
32 private static final String TAG = "DexoptUtils";
34 private DexoptUtils() {}

Completed in 101 milliseconds