Home
last modified time | relevance | path

Searched refs:SupportedComponents (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/incrementalinstall/app/v1/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java45 broadcastStatus(Consts.SupportedComponents.ON_CREATE_COMPONENT, "true"); in onCreate()
46 broadcastStatus(Consts.SupportedComponents.ON_CREATE_COMPONENT_2, "false"); in onCreate()
65 broadcastStatus(Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT, dynamicAssetStatus); in loadDynamicAsset()
78 broadcastStatus(Consts.SupportedComponents.DYNAMIC_CODE_COMPONENT, dynamicCodeStatus); in loadDynamicCode()
91 broadcastStatus(Consts.SupportedComponents.COMPRESSED_NATIVE_COMPONENT, in loadCompressedNativeLib()
105 broadcastStatus(Consts.SupportedComponents.UNCOMPRESSED_NATIVE_COMPONENT, in loadUncompressedNativeLib()
/cts/hostsidetests/incrementalinstall/app/v2/src/android/incrementalinstall/incrementaltestapp/
DMainActivity.java33 for (String component : Consts.SupportedComponents.getAllComponents()) { in onCreate()
34 boolean status = component.equals(Consts.SupportedComponents.ON_CREATE_COMPONENT_2); in onCreate()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java19 import static android.incrementalinstall.common.Consts.SupportedComponents.COMPRESSED_NATIVE_COMPON…
20 import static android.incrementalinstall.common.Consts.SupportedComponents.DYNAMIC_ASSET_COMPONENT;
21 import static android.incrementalinstall.common.Consts.SupportedComponents.DYNAMIC_CODE_COMPONENT;
22 import static android.incrementalinstall.common.Consts.SupportedComponents.ON_CREATE_COMPONENT;
23 import static android.incrementalinstall.common.Consts.SupportedComponents.ON_CREATE_COMPONENT_2;
24 import static android.incrementalinstall.common.Consts.SupportedComponents.UNCOMPRESSED_NATIVE_COMP…
329 Consts.SupportedComponents.getAllComponents()); in validateAppLaunch()
/cts/hostsidetests/incrementalinstall/common/src/android/incrementalinstall/common/
DConsts.java46 public static class SupportedComponents { class in Consts
/cts/hostsidetests/incrementalinstall/appvalidator/src/android/incrementalinstall/inrementaltestappvalidation/
DStatusReceiver.java37 for (String component : Consts.SupportedComponents.getAllComponents()) { in StatusReceiver()