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.java322 private InstallMultiple configureInstallMultiple(boolean instant, String...apks) in configureInstallMultiple() method in IsolatedSplitsTests
335 configureInstallMultiple(false, APK_BASE_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitTrue_full()
345 configureInstallMultiple(true, APK_BASE_WITHOUT_EXTRACTING, APK_FEATURE_JNI_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitTrue_instant()
355 configureInstallMultiple(false, APK_BASE_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitFalse_full()
364 configureInstallMultiple(true, APK_BASE_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseFalse_splitFalse_instant()
373 configureInstallMultiple(false, APK_BASE_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitTrue_full()
382 configureInstallMultiple(true, APK_BASE_WITH_EXTRACTING, APK_FEATURE_JNI_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitTrue_instant()
390 configureInstallMultiple(false, APK_BASE_WITH_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitFalse_full()
399 configureInstallMultiple(true, APK_BASE_WITH_EXTRACTING, APK_FEATURE_JNI_WITHOUT_EXTRACTING, in testNativeInstallable_extractNativeLibs_baseTrue_splitFalse_instant()
455 configureInstallMultiple(instant, baseApk, jniApk, providerAApk, providerBApk, in testAccessNativeSymbol()