Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java41 static final String APK_NEED_SPLIT_BASE = "CtsNeedSplitApp.apk"; field in SplitTests
532 new InstallMultiple(instant).addApk(APK_NEED_SPLIT_BASE) in testRequiredSplitMissing()
547 new InstallMultiple(instant).addApk(APK_NEED_SPLIT_BASE).addApk(APK_NEED_SPLIT_FEATURE) in testRequiredSplitInstalledFeature()
562 new InstallMultiple(instant).addApk(APK_NEED_SPLIT_BASE).addApk(APK_NEED_SPLIT_CONFIG) in testRequiredSplitInstalledConfig()
579 .addApk(APK_NEED_SPLIT_BASE) in testRequiredSplitRemoved()