Home
last modified time | relevance | path

Searched refs:ON_CREATE_COMPONENT_2 (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/incrementalinstall/common/src/android/incrementalinstall/common/
DConsts.java49 public static final String ON_CREATE_COMPONENT_2 = "onCreate2"; field in Consts.SupportedComponents
56 return new String[]{ON_CREATE_COMPONENT, ON_CREATE_COMPONENT_2, DYNAMIC_ASSET_COMPONENT, in getAllComponents()
/cts/hostsidetests/incrementalinstall/app/v2/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java34 boolean status = component.equals(Consts.SupportedComponents.ON_CREATE_COMPONENT_2); in onCreate()
/cts/hostsidetests/incrementalinstall/app/v1/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java46 broadcastStatus(Consts.SupportedComponents.ON_CREATE_COMPONENT_2, "false"); in onCreate()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java23 import static android.incrementalinstall.common.Consts.SupportedComponents.ON_CREATE_COMPONENT_2;
290 validateAppLaunch(TEST_APP_PACKAGE_NAME, ON_CREATE_COMPONENT_2); in testZeroVersionUpdateAdbInstall()
304 validateAppLaunch(TEST_APP_PACKAGE_NAME, ON_CREATE_COMPONENT_2); in testVersionUpdateAdbInstall()