Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DIsolatedSplitsTests.java320 private InstallMultiple configureInstallMultiple(boolean instant, String...apks) in configureInstallMultiple() method in IsolatedSplitsTests
333 configureInstallMultiple(false, APK_BASE_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitTrue_full()
343 configureInstallMultiple(true, APK_BASE_WITHOUT_EXTRACTING, APK_FEATURE_JNI_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitTrue_instant()
353 configureInstallMultiple(false, APK_BASE_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitFalse_full()
362 configureInstallMultiple(true, APK_BASE_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitFalse_instant()
371 configureInstallMultiple(false, APK_BASE_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitTrue_full()
380 configureInstallMultiple(true, APK_BASE_WITH_EXTRACTING, APK_FEATURE_JNI_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitTrue_instant()
388 configureInstallMultiple(false, APK_BASE_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitFalse_full()
397 configureInstallMultiple(true, APK_BASE_WITH_EXTRACTING, APK_FEATURE_JNI_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitFalse_instant()
453 configureInstallMultiple(instant, baseApk, jniApk, providerAApk, providerBApk, in testAccessNativeSymbol()