Searched refs:DYNAMIC_CODE_COMPONENT (Results 1 – 3 of 3) sorted by relevance
51 public static final String DYNAMIC_CODE_COMPONENT = "dynamicCode"; field in Consts.SupportedComponents57 DYNAMIC_CODE_COMPONENT, COMPRESSED_NATIVE_COMPONENT, in getAllComponents()
21 import static android.incrementalinstall.common.Consts.SupportedComponents.DYNAMIC_CODE_COMPONENT;202 validateAppLaunch(TEST_APP_PACKAGE_NAME, ON_CREATE_COMPONENT, DYNAMIC_CODE_COMPONENT); in testDynamicCodeMultiSplitAdbInstall()247 validateAppLaunch(TEST_APP_PACKAGE_NAME, ON_CREATE_COMPONENT, DYNAMIC_CODE_COMPONENT); in testAddSplitToExistingInstallNonIfsMigration()276 validateAppLaunch(TEST_APP_PACKAGE_NAME, ON_CREATE_COMPONENT, DYNAMIC_CODE_COMPONENT); in testAddSplitToExistingInstallAfterReboot()
78 broadcastStatus(Consts.SupportedComponents.DYNAMIC_CODE_COMPONENT, dynamicCodeStatus); in loadDynamicCode()