Searched refs:SupportedComponents (Results 1 – 5 of 5) sorted by relevance
45 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()
33 for (String component : Consts.SupportedComponents.getAllComponents()) { in onCreate()34 boolean status = component.equals(Consts.SupportedComponents.ON_CREATE_COMPONENT_2); in onCreate()
19 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()
46 public static class SupportedComponents { class in Consts
37 for (String component : Consts.SupportedComponents.getAllComponents()) { in StatusReceiver()