Searched refs:createMockApplicationInfo (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DexoptUtilsTest.java | 64 private TestData createMockApplicationInfo(String baseClassLoader, boolean addSplits, in createMockApplicationInfo() method in DexoptUtilsTest 147 TestData data = createMockApplicationInfo(PATH_CLASS_LOADER_NAME, true, true, true); in testSplitChain() 168 TestData data = createMockApplicationInfo(PATH_CLASS_LOADER_NAME, true, false, true); in testSplitChainNoSplitDependencies() 196 TestData data = createMockApplicationInfo(PATH_CLASS_LOADER_NAME, true, true, false); in testSplitChainNoIsolationNoSharedLibrary() 218 TestData data = createMockApplicationInfo( in testSplitChainNoSharedLibraries() 238 TestData data = createMockApplicationInfo(null, true, true, true); in testSplitChainWithNullPrimaryClassLoader() 272 TestData data = createMockApplicationInfo(null, false, false, true); in tesNoSplitsNullClassLoaderName() 284 TestData data = createMockApplicationInfo( in tesNoSplitDelegateLast() 307 TestData data = createMockApplicationInfo( in tesNoSplitDelegateLastNoSharedLibraries() 318 TestData data = createMockApplicationInfo(null, true, false, true); in testContextWithNoCode() [all …]
|