Searched refs:ON_CREATE_COMPONENT_2 (Results 1 – 4 of 4) sorted by relevance
49 public static final String ON_CREATE_COMPONENT_2 = "onCreate2"; field in Consts.SupportedComponents56 return new String[]{ON_CREATE_COMPONENT, ON_CREATE_COMPONENT_2, DYNAMIC_ASSET_COMPONENT, in getAllComponents()
34 boolean status = component.equals(Consts.SupportedComponents.ON_CREATE_COMPONENT_2); in onCreate()
46 broadcastStatus(Consts.SupportedComponents.ON_CREATE_COMPONENT_2, "false"); in onCreate()
23 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()