Home
last modified time | relevance | path

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

/cts/hostsidetests/incrementalinstall/common/src/android/incrementalinstall/common/
DConsts.java50 public static final String DYNAMIC_ASSET_COMPONENT = "dynamicAsset"; field in Consts.SupportedComponents
56 return new String[]{ON_CREATE_COMPONENT, ON_CREATE_COMPONENT_2, DYNAMIC_ASSET_COMPONENT, in getAllComponents()
/cts/hostsidetests/incrementalinstall/app/v1/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java65 broadcastStatus(Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT, dynamicAssetStatus); in loadDynamicAsset()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java20 import static android.incrementalinstall.common.Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT;
192 validateAppLaunch(TEST_APP_PACKAGE_NAME, ON_CREATE_COMPONENT, DYNAMIC_ASSET_COMPONENT); in testDynamicAssetMultiSplitAdbInstall()