Lines Matching refs:NativeLoaderTest_Create
170 class NativeLoaderTest_Create : public NativeLoaderTest { class
297 TEST_P(NativeLoaderTest_Create, DownloadedApp) { in TEST_P() argument
302 TEST_P(NativeLoaderTest_Create, BundledSystemApp) { in TEST_P() argument
312 TEST_P(NativeLoaderTest_Create, BundledVendorApp) { in TEST_P() argument
322 TEST_P(NativeLoaderTest_Create, UnbundledVendorApp) { in TEST_P() argument
336 TEST_P(NativeLoaderTest_Create, BundledProductApp) { in TEST_P() argument
346 TEST_P(NativeLoaderTest_Create, SystemServerWithApexJars) { in TEST_P() argument
357 TEST_P(NativeLoaderTest_Create, UnbundledProductApp) { in TEST_P() argument
374 TEST_P(NativeLoaderTest_Create, NamespaceForSharedLibIsNotUsedAsAnonymousNamespace) { in TEST_P() argument
390 TEST_P(NativeLoaderTest_Create, TwoApks) { in TEST_P() argument
446 INSTANTIATE_TEST_SUITE_P(NativeLoaderTests_Create, NativeLoaderTest_Create, testing::Bool());