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.java104 private static final String APK_FEATURE_WARM = "CtsSplitAppFeatureWarm.apk"; field in SplitTests
685 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testFeatureWarmBase()
700 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM) in testFeatureWarmApi()
716 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testInheritUpdatedBase()
732 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testInheritUpdatedSplit()
1021 new InstallMultiple(true).inheritFrom(PKG).addFile(APK_FEATURE_WARM).run(); in testComponentWithSplitName_instant()
1066 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM).run(); in testTheme_installFeatureWarm()
1083 new InstallMultiple(instant).addFile(APK).addFile(APK_v23).addFile(APK_FEATURE_WARM) in testTheme_installFeatureWarmV23()
1101 new InstallMultiple(instant).addFile(APK).addFile(APK_v23).addFile(APK_FEATURE_WARM) in testTheme_installFeatureWarmV23_removeV23()
1121 new InstallMultiple(instant).addFile(APK).addFile(APK_FEATURE_WARM) in testTheme_installFeatureWarmAndRose()
[all …]