Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java115 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChain()
135 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSplitDependencies()
161 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoIsolationNoSharedLibrary()
184 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainNoSharedLibraries()
204 String[] contexts = DexoptUtils.getClassLoaderContexts( in testSplitChainWithNullPrimaryClassLoader()
223 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplits()
234 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNullClassLoaderName()
246 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLast()
256 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitsNoSharedLibraries()
267 String[] contexts = DexoptUtils.getClassLoaderContexts( in tesNoSplitDelegateLastNoSharedLibraries()
[all …]
DDexManagerTests.java498 String[] expectedContexts = DexoptUtils.processContextForDexLoad( in assertSecondaryUse()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java31 public final class DexoptUtils { class
34 private DexoptUtils() {} in DexoptUtils() method in DexoptUtils
DDexManager.java192 String[] classLoaderContexts = DexoptUtils.processContextForDexLoad( in notifyDexLoadInternal()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java39 import com.android.server.pm.dex.DexoptUtils;
180 String[] classLoaderContexts = DexoptUtils.getClassLoaderContexts( in performDexOptLI()
/frameworks/base/services/
Dart-profile3111 Lcom/android/server/pm/dex/DexoptUtils;