Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java88 private static final String APK_FEATURE_WARM = "CtsSplitAppFeatureWarm.apk"; field in SplitTests
558 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testFeatureWarmBase()
573 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM) in testFeatureWarmApi()
589 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testInheritUpdatedBase()
605 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testInheritUpdatedSplit()
730 new InstallMultiple(true).inheritFrom(PKG).addFile(APK_FEATURE_WARM).run(); in testComponentWithSplitName_instant()
775 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testTheme_installFeatureWarm()
792 new InstallMultiple(instant).addFile(APK).addFile(APK_v23).addFile(APK_FEATURE_WARM) in testTheme_installFeatureWarmV23()
810 new InstallMultiple(instant).addFile(APK).addFile(APK_v23).addFile(APK_FEATURE_WARM) in testTheme_installFeatureWarmV23_removeV23()
830 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM) in testTheme_installFeatureWarmAndRose()
[all …]