Searched refs:UpdateResponsePart (Results 1 – 6 of 6) sorted by relevance
37 val manifestUpdateResponsePart: UpdateResponsePart.ManifestUpdateResponsePart?,38 val directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart?41 sealed class UpdateResponsePart { class42 data class ManifestUpdateResponsePart(val updateManifest: UpdateManifest) : UpdateResponsePart()43 …data class DirectiveUpdateResponsePart(val updateDirective: UpdateDirective) : UpdateResponsePart()
169 …override fun onSuccess(manifestUpdateResponsePart: UpdateResponsePart.ManifestUpdateResponsePart) { in <lambda>()285 var parseManifestResponse: UpdateResponsePart.ManifestUpdateResponsePart? = null in <lambda>()286 var parseDirectiveResponse: UpdateResponsePart.DirectiveUpdateResponsePart? = null in <lambda>()321 …override fun onSuccess(directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart… in <lambda>()342 …override fun onSuccess(manifestUpdateResponsePart: UpdateResponsePart.ManifestUpdateResponsePart) { in <lambda>()358 fun onSuccess(directiveUpdateResponsePart: UpdateResponsePart.DirectiveUpdateResponsePart) in <lambda>()403 …callback.onSuccess(UpdateResponsePart.DirectiveUpdateResponsePart(UpdateDirective.fromJSONString(b… in <lambda>()416 fun onSuccess(manifestUpdateResponsePart: UpdateResponsePart.ManifestUpdateResponsePart) in <lambda>()698 callback.onSuccess(UpdateResponsePart.ManifestUpdateResponsePart(updateManifest)) in <lambda>()
61 … manifestUpdateResponsePart = UpdateResponsePart.ManifestUpdateResponsePart(updateManifest), in loadRemoteUpdate()
68 internal class UpdateResponsePart {} class70 internal final class DirectiveUpdateResponsePart: UpdateResponsePart {78 internal final class ManifestUpdateResponsePart: UpdateResponsePart {
73 public class UpdateResponsePart {} class75 public final class DirectiveUpdateResponsePart: UpdateResponsePart {83 public final class ManifestUpdateResponsePart: UpdateResponsePart {
71 manifestUpdateResponsePart = UpdateResponsePart.ManifestUpdateResponsePart(manifest), in setup()265 manifestUpdateResponsePart = UpdateResponsePart.ManifestUpdateResponsePart(manifest), in testRemoteLoader_DevelopmentModeManifest()291 … directiveUpdateResponsePart = UpdateResponsePart.DirectiveUpdateResponsePart(updateDirective) in testRemoteLoader_RollBackDirective()