Home
last modified time | relevance | path

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

/cts/hostsidetests/incrementalinstall/common/src/android/incrementalinstall/common/
DConsts.java51 public static final String DYNAMIC_CODE_COMPONENT = "dynamicCode"; field in Consts.SupportedComponents
57 DYNAMIC_CODE_COMPONENT, COMPRESSED_NATIVE_COMPONENT, in getAllComponents()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java21 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()
/cts/hostsidetests/incrementalinstall/app/v1/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java78 broadcastStatus(Consts.SupportedComponents.DYNAMIC_CODE_COMPONENT, dynamicCodeStatus); in loadDynamicCode()