Searched refs:DYNAMIC_ASSET_COMPONENT (Results 1 – 3 of 3) sorted by relevance
50 public static final String DYNAMIC_ASSET_COMPONENT = "dynamicAsset"; field in Consts.SupportedComponents56 return new String[]{ON_CREATE_COMPONENT, ON_CREATE_COMPONENT_2, DYNAMIC_ASSET_COMPONENT, in getAllComponents()
65 broadcastStatus(Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT, dynamicAssetStatus); in loadDynamicAsset()
20 import static android.incrementalinstall.common.Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT;192 validateAppLaunch(TEST_APP_PACKAGE_NAME, ON_CREATE_COMPONENT, DYNAMIC_ASSET_COMPONENT); in testDynamicAssetMultiSplitAdbInstall()