Searched refs:broadcastStatus (Results 1 – 2 of 2) 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()109 private void broadcastStatus(String component, String status) { in broadcastStatus() method in MainActivity
35 broadcastStatus(component, status ? "true" : "false"); in onCreate()39 private void broadcastStatus(String component, String status) { in broadcastStatus() method in MainActivity