question
stringlengths
654
113k
answer
stringclasses
2 values
``` # Class: okhttp3.D .method public final s()Z .locals 3 const/16 v0, 0xc8 const/4 v1, 0x0 iget v2, p0, Lokhttp3/D;->d:I if-gt v0, v2, :cond_0 const/16 v0, 0x12c if-ge v2, v0, :cond_0 const/4 v0, 0x1 return v0 :cond_0 return v1 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.ZeldaStepWithSensitiveDataKt .method public static final forEdit(Lcom/polarsteps/data/models/domain/ZeldaStepWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; .locals 2 .param p0 # Lcom/polarsteps/data/models/domain/ZeldaStepWithSensitiveData; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .annotation build Lorg/jetbrains/annotations/NotNull; const-string v0, "<this>" invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V instance-of v0, p0, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; if-eqz v0, :cond_0 check-cast p0, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; return-object p0 :cond_0 instance-of v0, p0, Lcom/polarsteps/data/models/domain/room/RoomZeldaStep; if-eqz v0, :cond_1 invoke-static {}, Lcom/polarsteps/data/models/mappers/MapStructObjectMapperKt;->getObjectMapper()Lcom/polarsteps/data/models/mappers/MapStructObjectMapper; move-result-object v0 check-cast p0, Lcom/polarsteps/data/models/domain/room/RoomZeldaStep; invoke-interface {v0, p0}, Lcom/polarsteps/data/models/mappers/MapStructObjectMapper;->convertZeldastep(Lcom/polarsteps/data/models/domain/room/RoomZeldaStep;)Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; move-result-object p0 return-object p0 :cond_1 new-instance v0, Ljava/lang/IllegalStateException; invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class; move-result-object p0 sget-object v1, Lkotlin/jvm/internal/v;->a:Lkotlin/jvm/internal/w; invoke-virtual {v1, p0}, Lkotlin/jvm/internal/w;->b(Ljava/lang/Class;)Lkotlin/reflect/d; move-result-object p0 invoke-interface {p0}, Lkotlin/reflect/d;->s()Ljava/lang/String; move-result-object p0 const-string v1, "Unsupported ZeldaStepWithSensitiveData type: " invoke-static {v1, p0}, Lcom/mapbox/maps/l;->i(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; move-result-object p0 invoke-direct {v0, p0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V throw v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: okhttp3.E .method private final charset()Ljava/nio/charset/Charset; .locals 2 invoke-virtual {p0}, Lokhttp3/E;->contentType()Lokhttp3/v; move-result-object v0 if-eqz v0, :cond_1 sget-object v1, Lkotlin/text/Charsets;->UTF_8:Ljava/nio/charset/Charset; invoke-virtual {v0, v1}, Lokhttp3/v;->a(Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset; move-result-object v0 if-nez v0, :cond_0 goto :goto_0 :cond_0 return-object v0 :cond_1 :goto_0 sget-object v0, Lkotlin/text/Charsets;->UTF_8:Ljava/nio/charset/Charset; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: okhttp3.E .method public abstract source()Lokio/j; .annotation build Lorg/jetbrains/annotations/NotNull; .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiBaseModel .method public getId()Ljava/lang/Long; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->id:Ljava/lang/Long; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiBaseModel .method public getLastModified()Lcom/polarsteps/common/time/TimeInSeconds; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->lastModified:Lcom/polarsteps/common/time/TimeInSeconds; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiBaseModel .method public getUuid()Ljava/lang/String; .locals 1 .annotation build Lorg/jetbrains/annotations/NotNull; iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->uuid:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: okhttp3.E .method public final string()Ljava/lang/String; .locals 3 .annotation system Ldalvik/annotation/Throws; .annotation build Lorg/jetbrains/annotations/NotNull; invoke-virtual {p0}, Lokhttp3/E;->source()Lokio/j; move-result-object v0 :try_start_0 invoke-direct {p0}, Lokhttp3/E;->charset()Ljava/nio/charset/Charset; move-result-object v1 invoke-static {v0, v1}, Lxh/c;->r(Lokio/j;Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset; move-result-object v1 invoke-interface {v0, v1}, Lokio/j;->F0(Ljava/nio/charset/Charset;)Ljava/lang/String; move-result-object v1 :try_end_0 .catchall {:try_start_0 .. :try_end_0} :catchall_0 invoke-interface {v0}, Ljava/io/Closeable;->close()V return-object v1 :catchall_0 move-exception v1 :try_start_1 throw v1 :try_end_1 .catchall {:try_start_1 .. :try_end_1} :catchall_1 :catchall_1 move-exception v2 invoke-static {v0, v1}, Lcom/urbanairship/http/d;->k(Ljava/io/Closeable;Ljava/lang/Throwable;)V throw v2 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiBaseModel .method public setLastModified(Lcom/polarsteps/common/time/TimeInSeconds;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->lastModified:Lcom/polarsteps/common/time/TimeInSeconds; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.database.daos.PlannedStepSpotDao .method public abstract unsynchronized()Ljava/util/List; .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiBaseSyncModel .method public isDeleted()Z .locals 1 iget-boolean v0, p0, Lcom/polarsteps/data/models/domain/api/ApiBaseSyncModel;->isDeleted:Z return v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: o9.a .method public abstract b()Z .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .field private mMessage:Ljava/lang/String; .locals 0 invoke-direct {p0, p1}, Ljava/lang/Exception;-><init>(Ljava/lang/Throwable;)V return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public getMessage()Ljava/lang/String; .locals 1 iget-object v0, p0, Lcom/polarsteps/service/sync/SyncException;->mMessage:Ljava/lang/String; if-eqz v0, :cond_0 return-object v0 :cond_0 invoke-super {p0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String; move-result-object v0 return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public setMessage(Ljava/lang/String;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/service/sync/SyncException;->mMessage:Ljava/lang/String; return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.google.gson.internal.Streams .method public static write(Lcom/google/gson/JsonElement;Lcom/google/gson/stream/JsonWriter;)V .locals 1 .annotation system Ldalvik/annotation/Throws; sget-object v0, Lcom/google/gson/internal/bind/TypeAdapters;->JSON_ELEMENT:Lcom/google/gson/TypeAdapter; invoke-virtual {v0, p1, p0}, Lcom/google/gson/TypeAdapter;->write(Lcom/google/gson/stream/JsonWriter;Ljava/lang/Object;)V return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.google.gson.internal.Streams .method public static writerForAppendable(Ljava/lang/Appendable;)Ljava/io/Writer; .locals 1 instance-of v0, p0, Ljava/io/Writer; if-eqz v0, :cond_0 check-cast p0, Ljava/io/Writer; return-object p0 :cond_0 new-instance v0, Lcom/google/gson/internal/Streams$AppendableWriter; invoke-direct {v0, p0}, Lcom/google/gson/internal/Streams$AppendableWriter;-><init>(Ljava/lang/Appendable;)V return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.database.daos.RouteSegmentDao .method public abstract unsynchronized()Ljava/util/List; .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: C0.a .method public static n(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/StringBuilder; .locals 1 new-instance v0, Ljava/lang/StringBuilder; invoke-direct {v0, p0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V invoke-virtual {v0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {v0, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {v0, p4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: C0.a .method public static u(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V .locals 0 invoke-virtual {p0, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {p0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {p0, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {p0, p4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiCoverPhotoMedia .method public getMediaUUID()Ljava/lang/String; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia;->mediaUUID:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.data.models.domain.api.ApiCoverPhotoMedia .method public setMediaId(Ljava/lang/Long;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia;->mediaId:Ljava/lang/Long; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiCoverPhotoMedia .method public setTripId(Ljava/lang/Long;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia;->tripId:Ljava/lang/Long; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiCoverPhotoMedia .method public setTripUuid(Ljava/lang/String;)V .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "<set-?>" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia;->tripUuid:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.service.auth.c .method public abstract b()Landroid/accounts/Account; .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.service.auth.c .method public abstract e()Lcom/polarsteps/service/models/common/Cookies; .annotation build Lorg/jetbrains/annotations/NotNull; .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: okhttp3.s .method public final b(Ljava/lang/String;)Ljava/lang/String; .locals 5 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "name" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iget-object v0, p0, Lokhttp3/s;->a:[Ljava/lang/String; array-length v1, v0 add-int/lit8 v1, v1, -0x2 const/4 v2, 0x0 const/4 v3, -0x2 invoke-static {v1, v2, v3}, Lcom/google/android/gms/internal/measurement/X1;->s(III)I move-result v2 if-gt v2, v1, :cond_1 :goto_0 aget-object v3, v0, v1 const/4 v4, 0x1 invoke-static {p1, v3, v4}, Lkotlin/text/p;->o(Ljava/lang/String;Ljava/lang/String;Z)Z move-result v3 if-eqz v3, :cond_0 add-int/2addr v1, v4 aget-object p1, v0, v1 return-object p1 :cond_0 if-eq v1, v2, :cond_1 add-int/lit8 v1, v1, -0x2 goto :goto_0 :cond_1 const/4 p1, 0x0 return-object p1 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.database.daos.StepSpotDao .method public abstract unsynchronized()Ljava/util/List; .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.service.sync.tasks.O .method public final c()Z .locals 3 iget-object v0, p0, Lcom/polarsteps/service/sync/tasks/O;->p:Lcom/polarsteps/service/V0; invoke-interface {v0}, Lcom/polarsteps/service/V0;->q()Z move-result v0 const/4 v1, 0x1 if-eqz v0, :cond_1 iget-object v0, p0, Lcom/polarsteps/service/sync/tasks/O;->d:Lo9/a; invoke-interface {v0}, Lo9/a;->b()Z move-result v0 if-nez v0, :cond_1 iget-object v0, p0, Lcom/polarsteps/service/sync/tasks/O;->A:Lcom/polarsteps/common/preferences/g; const-string v2, "sync_on_data" invoke-virtual {v0, v2, v1}, Lcom/polarsteps/common/preferences/g;->c(Ljava/lang/String;Z)Z move-result v0 if-eqz v0, :cond_0 goto :goto_0 :cond_0 const/4 v0, 0x0 return v0 :cond_1 :goto_0 return v1 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: q5.f .field public static a:Ljava/lang/String; .locals 5 const-string v0, "/proc/" sget-object v1, Lq5/f;->a:Ljava/lang/String; if-nez v1, :cond_5 sget v1, Landroid/os/Build$VERSION;->SDK_INT:I const/16 v2, 0x1c if-lt v1, v2, :cond_0 invoke-static {}, LO/y;->j()Ljava/lang/String; move-result-object v0 sput-object v0, Lq5/f;->a:Ljava/lang/String; goto :goto_2 :cond_0 sget v1, Lq5/f;->b:I if-nez v1, :cond_1 invoke-static {}, Landroid/os/Process;->myPid()I move-result v1 sput v1, Lq5/f;->b:I :cond_1 const/4 v2, 0x0 if-gtz v1, :cond_2 goto :goto_1 :cond_2 :try_start_0 new-instance v3, Ljava/lang/StringBuilder; invoke-direct {v3, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V invoke-virtual {v3, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder; const-string v0, "/cmdline" invoke-virtual {v3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String; move-result-object v0 invoke-static {}, Landroid/os/StrictMode;->allowThreadDiskReads()Landroid/os/StrictMode$ThreadPolicy; move-result-object v1 :try_end_0 .catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_1 .catchall {:try_start_0 .. :try_end_0} :catchall_1 :try_start_1 new-instance v3, Ljava/io/BufferedReader; new-instance v4, Ljava/io/FileReader; invoke-direct {v4, v0}, Ljava/io/FileReader;-><init>(Ljava/lang/String;)V invoke-direct {v3, v4}, Ljava/io/BufferedReader;-><init>(Ljava/io/Reader;)V :try_end_1 .catchall {:try_start_1 .. :try_end_1} :catchall_2 :try_start_2 invoke-static {v1}, Landroid/os/StrictMode;->setThreadPolicy(Landroid/os/StrictMode$ThreadPolicy;)V :try_end_2 .catch Ljava/io/IOException; {:try_start_2 .. :try_end_2} :catch_1 .catchall {:try_start_2 .. :try_end_2} :catchall_1 :try_start_3 invoke-virtual {v3}, Ljava/io/BufferedReader;->readLine()Ljava/lang/String; move-result-object v0 invoke-static {v0}, Lj5/q;->i(Ljava/lang/Object;)V invoke-virtual {v0}, Ljava/lang/String;->trim()Ljava/lang/String; move-result-object v2 :try_end_3 .catch Ljava/io/IOException; {:try_start_3 .. :try_end_3} :catch_2 .catchall {:try_start_3 .. :try_end_3} :catchall_0 :try_start_4 invoke-virtual {v3}, Ljava/io/BufferedReader;->close()V :try_end_4 .catch Ljava/io/IOException; {:try_start_4 .. :try_end_4} :catch_3 goto :goto_1 :catchall_0 move-exception v0 move-object v2, v3 goto :goto_0 :catchall_1 move-exception v0 goto :goto_0 :catchall_2 move-exception v0 :try_start_5 invoke-static {v1}, Landroid/os/StrictMode;->setThreadPolicy(Landroid/os/StrictMode$ThreadPolicy;)V throw v0 :try_end_5 .catch Ljava/io/IOException; {:try_start_5 .. :try_end_5} :catch_1 .catchall {:try_start_5 .. :try_end_5} :catchall_1 :goto_0 if-eqz v2, :cond_3 :try_start_6 invoke-interface {v2}, Ljava/io/Closeable;->close()V :try_end_6 .catch Ljava/io/IOException; {:try_start_6 .. :try_end_6} :catch_0 :catch_0 :cond_3 throw v0 :catch_1 move-object v3, v2 :catch_2 if-eqz v3, :cond_4 :try_start_7 invoke-interface {v3}, Ljava/io/Closeable;->close()V :try_end_7 .catch Ljava/io/IOException; {:try_start_7 .. :try_end_7} :catch_3 :catch_3 :cond_4 :goto_1 sput-object v2, Lq5/f;->a:Ljava/lang/String; :cond_5 :goto_2 sget-object v0, Lq5/f;->a:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.service.sync.tasks.T .method public static a(JLjava/lang/Long;Ljava/lang/Long;)V .locals 8 if-eqz p3, :cond_1 const-wide/16 v0, 0x2710 const-string v2, " milliseconds" const-string v3, "Diff: " if-eqz p2, :cond_0 invoke-virtual {p2}, Ljava/lang/Long;->longValue()J move-result-wide v4 invoke-virtual {p3}, Ljava/lang/Long;->longValue()J move-result-wide v6 sub-long/2addr v4, v6 invoke-static {v4, v5}, Ljava/lang/Math;->abs(J)J move-result-wide v6 cmp-long p2, v6, v0 if-ltz p2, :cond_0 sget-object p2, LTh/a;->a:LTh/a$a; new-instance v6, Lcom/polarsteps/service/sync/tasks/TimeStampDiffException; sget-object v7, Lkotlin/time/a;->b:Lkotlin/time/a$a; sget-object v7, Lkotlin/time/DurationUnit;->MILLISECONDS:Lkotlin/time/DurationUnit; invoke-static {v4, v5, v7}, Lkotlin/time/c;->h(JLkotlin/time/DurationUnit;)J move-result-wide v4 invoke-static {v4, v5}, Lkotlin/time/a;->r(J)Ljava/lang/String; move-result-object v4 invoke-static {v3, v4, v2}, LA4/b;->m(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; move-result-object v4 const-string v5, "networkTimeMillis" invoke-direct {v6, v5, v4}, Lcom/polarsteps/service/sync/tasks/TimeStampDiffException;-><init>(Ljava/lang/String;Ljava/lang/String;)V invoke-virtual {p2, v6}, LTh/a$a;->e(Ljava/lang/Throwable;)V :cond_0 invoke-virtual {p3}, Ljava/lang/Long;->longValue()J move-result-wide p2 sub-long/2addr p0, p2 invoke-static {p0, p1}, Ljava/lang/Math;->abs(J)J move-result-wide p2 cmp-long p2, p2, v0 if-ltz p2, :cond_1 sget-object p2, LTh/a;->a:LTh/a$a; new-instance p3, Lcom/polarsteps/service/sync/tasks/TimeStampDiffException; sget-object v0, Lkotlin/time/a;->b:Lkotlin/time/a$a; sget-object v0, Lkotlin/time/DurationUnit;->MILLISECONDS:Lkotlin/time/DurationUnit; invoke-static {p0, p1, v0}, Lkotlin/time/c;->h(JLkotlin/time/DurationUnit;)J move-result-wide p0 invoke-static {p0, p1}, Lkotlin/time/a;->r(J)Ljava/lang/String; move-result-object p0 invoke-static {v3, p0, v2}, LA4/b;->m(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; move-result-object p0 const-string p1, "currentTimeMillis" invoke-direct {p3, p1, p0}, Lcom/polarsteps/service/sync/tasks/TimeStampDiffException;-><init>(Ljava/lang/String;Ljava/lang/String;)V invoke-virtual {p2, p3}, LTh/a$a;->e(Ljava/lang/Throwable;)V :cond_1 return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public static fromBoth(Ljava/lang/Long;Ljava/lang/String;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 1 new-instance v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier; invoke-direct {v0, p1, p0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;-><init>(Ljava/lang/String;Ljava/lang/Long;)V return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public static fromBothOrNull(Ljava/lang/Long;Ljava/lang/String;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 4 if-nez p0, :cond_2 if-eqz p1, :cond_1 invoke-virtual {p1}, Ljava/lang/String;->length()I move-result v0 const/4 v1, 0x0 :goto_0 if-ge v1, v0, :cond_1 invoke-virtual {p1, v1}, Ljava/lang/String;->codePointAt(I)I move-result v2 invoke-static {v2}, Ljava/lang/Character;->isWhitespace(I)Z move-result v3 if-nez v3, :cond_0 goto :goto_1 :cond_0 invoke-static {v2}, Ljava/lang/Character;->charCount(I)I move-result v2 add-int/2addr v1, v2 goto :goto_0 :cond_1 const/4 p0, 0x0 return-object p0 :cond_2 :goto_1 invoke-static {p0, p1}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->fromBoth(Ljava/lang/Long;Ljava/lang/String;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; move-result-object p0 return-object p0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method private constructor <init>(Ljava/lang/String;Ljava/lang/Long;)V .locals 0 invoke-direct {p0}, Ljava/lang/Object;-><init>()V iput-object p1, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; iput-object p2, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; invoke-direct {p0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->checkValidity()V return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .field private final id:Ljava/lang/Long; .locals 1 new-instance v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier$1; invoke-direct {v0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier$1;-><init>()V sput-object v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->CREATOR:Landroid/os/Parcelable$Creator; return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public describeContents()I .locals 1 const/4 v0, 0x0 return v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public static fromServerId(Ljava/lang/Long;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 2 new-instance v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier; const/4 v1, 0x0 invoke-direct {v0, v1, p0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;-><init>(Ljava/lang/String;Ljava/lang/Long;)V return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public getId()Ljava/lang/Long; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public static fromString(Ljava/lang/String;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 0 :try_start_0 invoke-static {p0}, Ljava/util/UUID;->fromString(Ljava/lang/String;)Ljava/util/UUID; :try_end_0 .catch Ljava/lang/IllegalArgumentException; {:try_start_0 .. :try_end_0} :catch_0 invoke-static {p0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->fromUUID(Ljava/lang/String;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; move-result-object p0 return-object p0 :catch_0 :try_start_1 invoke-static {p0}, Ljava/lang/Long;->valueOf(Ljava/lang/String;)Ljava/lang/Long; move-result-object p0 invoke-static {p0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->fromServerId(Ljava/lang/Long;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; move-result-object p0 :try_end_1 .catch Ljava/lang/NumberFormatException; {:try_start_1 .. :try_end_1} :catch_1 return-object p0 :catch_1 const/4 p0, 0x0 return-object p0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` .method private checkValidity()V .locals 2 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; invoke-static {v0}, Ll9/c;->d(Ljava/lang/String;)Z move-result v0 if-eqz v0, :cond_1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; if-eqz v0, :cond_0 goto :goto_0 :cond_0 new-instance v0, Ljava/lang/IllegalArgumentException; const-string v1, "Cannot create identifier from nothing" invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V throw v0 :cond_1 :goto_0 return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public asString()Ljava/lang/String; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; if-eqz v0, :cond_0 invoke-static {v0}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String; move-result-object v0 return-object v0 :cond_0 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` .method public static fromUUID(Ljava/lang/String;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 2 .annotation build Landroidx/annotation/NonNull; new-instance v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier; const/4 v1, 0x0 invoke-direct {v0, p0, v1}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;-><init>(Ljava/lang/String;Ljava/lang/Long;)V return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public getUuid()Ljava/lang/String; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public equals(Ljava/lang/Object;)Z .locals 2 if-ne p0, p1, :cond_0 const/4 p1, 0x1 return p1 :cond_0 if-eqz p1, :cond_3 invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class; move-result-object v0 invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class; move-result-object v1 if-eq v0, v1, :cond_1 goto :goto_0 :cond_1 check-cast p1, Lcom/polarsteps/data/models/domain/local/PolarIdentifier; iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; if-eqz v0, :cond_2 iget-object v1, p1, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; if-eqz v1, :cond_2 invoke-static {v0, v1}, Lt6/d;->r(Ljava/lang/Object;Ljava/lang/Object;)Z move-result p1 return p1 :cond_2 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; iget-object p1, p1, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; invoke-static {v0, p1}, Lt6/d;->r(Ljava/lang/Object;Ljava/lang/Object;)Z move-result p1 return p1 :cond_3 :goto_0 const/4 p1, 0x0 return p1 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public static fromModel(Lcom/polarsteps/data/models/domain/WithID;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 2 .annotation system Ldalvik/annotation/Signature; if-nez p0, :cond_0 const/4 p0, 0x0 return-object p0 :cond_0 new-instance v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier; move-object v1, p0 check-cast v1, Lcom/polarsteps/data/models/domain/WithUUID; invoke-interface {v1}, Lcom/polarsteps/data/models/domain/WithUUID;->getUuid()Ljava/lang/String; move-result-object v1 invoke-interface {p0}, Lcom/polarsteps/data/models/domain/WithID;->getId()Ljava/lang/Long; move-result-object p0 invoke-direct {v0, v1, p0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;-><init>(Ljava/lang/String;Ljava/lang/Long;)V return-object v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public hasServerId()Z .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; if-eqz v0, :cond_0 const/4 v0, 0x1 return v0 :cond_0 const/4 v0, 0x0 return v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public hasUuid()Z .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; if-eqz v0, :cond_0 const/4 v0, 0x1 return v0 :cond_0 const/4 v0, 0x0 return v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` .method public writeToParcel(Landroid/os/Parcel;I)V .locals 0 iget-object p2, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeValue(Ljava/lang/Object;)V iget-object p2, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; invoke-virtual {p1, p2}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` .method public hashCode()I .locals 2 iget-object v0, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->id:Ljava/lang/Long; iget-object v1, p0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;->uuid:Ljava/lang/String; filled-new-array {v0, v1}, [Ljava/lang/Object; move-result-object v0 invoke-static {v0}, Ljava/util/Arrays;->hashCode([Ljava/lang/Object;)I move-result v0 return v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.local.PolarIdentifier .method public static fromModel(Lcom/polarsteps/data/models/domain/WithID;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 2 .annotation system Ldalvik/annotation/Signature; if-nez p0, :cond_0 const/4 p0, 0x0 return-object p0 :cond_0 new-instance v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier; move-object v1, p0 check-cast v1, Lcom/polarsteps/data/models/domain/WithUUID; invoke-interface {v1}, Lcom/polarsteps/data/models/domain/WithUUID;->getUuid()Ljava/lang/String; move-result-object v1 invoke-interface {p0}, Lcom/polarsteps/data/models/domain/WithID;->getId()Ljava/lang/Long; move-result-object p0 invoke-direct {v0, v1, p0}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;-><init>(Ljava/lang/String;Ljava/lang/Long;)V return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.local.PolarIdentifier .method public static fromUUID(Ljava/lang/String;)Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .locals 2 .annotation build Landroidx/annotation/NonNull; new-instance v0, Lcom/polarsteps/data/models/domain/local/PolarIdentifier; const/4 v1, 0x0 invoke-direct {v0, p0, v1}, Lcom/polarsteps/data/models/domain/local/PolarIdentifier;-><init>(Ljava/lang/String;Ljava/lang/Long;)V return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.google.firebase.heartbeatinfo.a .method public final c()V .locals 2 iget-object v0, p0, Lcom/google/firebase/heartbeatinfo/a;->d:Ljava/util/Set; invoke-interface {v0}, Ljava/util/Set;->size()I move-result v0 const/4 v1, 0x0 if-gtz v0, :cond_0 invoke-static {v1}, LK5/k;->e(Ljava/lang/Object;)LK5/A; return-void :cond_0 iget-object v0, p0, Lcom/google/firebase/heartbeatinfo/a;->b:Landroid/content/Context; invoke-static {v0}, Landroidx/core/os/o;->a(Landroid/content/Context;)Z move-result v0 if-nez v0, :cond_1 invoke-static {v1}, LK5/k;->e(Ljava/lang/Object;)LK5/A; return-void :cond_1 new-instance v0, LI7/b; const/4 v1, 0x5 invoke-direct {v0, p0, v1}, LI7/b;-><init>(Ljava/lang/Object;I)V iget-object v1, p0, Lcom/google/firebase/heartbeatinfo/a;->e:Ljava/util/concurrent/Executor; invoke-static {v0, v1}, LK5/k;->c(Ljava/util/concurrent/Callable;Ljava/util/concurrent/Executor;)LK5/A; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiMedia .method public getStepUuid()Ljava/lang/String; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiMedia;->stepUuid:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public constructor <init>(Ljava/lang/String;Ljava/lang/String;)V .locals 3 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .param p2 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "type" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V const-string v0, "message" invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V invoke-direct {p0, p2}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V new-instance p2, Ljava/lang/StackTraceElement; const-string v0, "[TimestampDiff][" const-string v1, "]" invoke-static {v0, p1, v1}, LA4/b;->m(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; move-result-object v0 const/4 v1, 0x0 const-string v2, "TimeStampDiffException" invoke-direct {p2, v2, p1, v0, v1}, Ljava/lang/StackTraceElement;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V filled-new-array {p2}, [Ljava/lang/StackTraceElement; move-result-object p1 invoke-virtual {p0, p1}, Ljava/lang/Throwable;->setStackTrace([Ljava/lang/StackTraceElement;)V return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiMedia .method public final setStepId(Ljava/lang/Long;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiMedia;->stepId:Ljava/lang/Long; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiMedia .method public setStepUuid(Ljava/lang/String;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiMedia;->stepUuid:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.service.sync.tasks.e .method public final call()Ljava/lang/Object; .locals 34 move-object/from16 v1, p0 iget v0, v1, Lcom/polarsteps/service/sync/tasks/e;->a:I packed-switch v0, :pswitch_data_0 iget-object v0, v1, Lcom/polarsteps/service/sync/tasks/e;->b:Lcom/polarsteps/service/sync/tasks/S; check-cast v0, Lcom/polarsteps/service/sync/tasks/C; iget-object v2, v0, Lcom/polarsteps/service/sync/tasks/S;->c:Lcom/polarsteps/service/sync/tasks/O; iget-object v2, v2, Lcom/polarsteps/service/sync/tasks/O;->L:Lcom/polarsteps/common/rxjava/c; new-instance v3, Lcom/polarsteps/service/sync/tasks/B; invoke-direct {v3, v0}, Lcom/polarsteps/service/sync/tasks/B;-><init>(Lcom/polarsteps/service/sync/tasks/C;)V new-instance v0, Lio/reactivex/rxjava3/internal/operators/completable/e; invoke-direct {v0, v3}, Lio/reactivex/rxjava3/internal/operators/completable/e;-><init>(Ljava/util/concurrent/Callable;)V sget-object v3, Lcom/polarsteps/common/rxjava/i;->g:Lio/reactivex/rxjava3/internal/schedulers/d; invoke-virtual {v0, v3}, Lio/reactivex/rxjava3/core/a;->k(Lio/reactivex/rxjava3/core/y;)Lio/reactivex/rxjava3/internal/operators/completable/CompletableSubscribeOn; move-result-object v0 new-instance v3, Lio/reactivex/rxjava3/internal/operators/completable/g; sget-object v4, Lio/reactivex/rxjava3/internal/functions/Functions;->g:Lio/reactivex/rxjava3/internal/functions/Functions$F; invoke-direct {v3, v0, v4}, Lio/reactivex/rxjava3/internal/operators/completable/g;-><init>(Lio/reactivex/rxjava3/core/a;LXf/q;)V invoke-virtual {v3}, Lio/reactivex/rxjava3/core/a;->h()Lio/reactivex/rxjava3/disposables/b; move-result-object v0 const-string v3, "subscribe(...)" invoke-static {v0, v3}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V invoke-virtual {v2, v0}, Lcom/polarsteps/common/rxjava/c;->a(Lio/reactivex/rxjava3/disposables/b;)V sget-object v0, Lkotlin/Unit;->a:Lkotlin/Unit; return-object v0 :pswitch_0 iget-object v0, v1, Lcom/polarsteps/service/sync/tasks/e;->b:Lcom/polarsteps/service/sync/tasks/S; check-cast v0, Lcom/polarsteps/service/sync/tasks/i; new-instance v7, Lcom/polarsteps/data/sync/SyncDebugLog; invoke-direct {v7}, Lcom/polarsteps/data/sync/SyncDebugLog;-><init>()V new-instance v2, Lcom/polarsteps/data/sync/i; iget-object v3, v0, Lcom/polarsteps/service/sync/tasks/S;->b:Landroid/content/Context; iget-object v10, v0, Lcom/polarsteps/service/sync/tasks/S;->c:Lcom/polarsteps/service/sync/tasks/O; iget-object v4, v10, Lcom/polarsteps/service/sync/tasks/O;->m:Lcom/polarsteps/data/database/DatabaseAccess; iget-object v5, v10, Lcom/polarsteps/service/sync/tasks/O;->B:Lcom/polarsteps/shared/service/H; iget-object v6, v10, Lcom/polarsteps/service/sync/tasks/O;->g:Lcom/polarsteps/service/auth/c; invoke-interface {v6}, Lcom/polarsteps/service/auth/c;->b()Landroid/accounts/Account; move-result-object v6 iget-object v6, v6, Landroid/accounts/Account;->name:Ljava/lang/String; invoke-virtual {v10}, Lcom/polarsteps/service/sync/tasks/O;->c()Z move-result v8 iget-object v9, v10, Lcom/polarsteps/service/sync/tasks/O;->A:Lcom/polarsteps/common/preferences/g; const-string v11, "bubble_up_last_modified" const/4 v12, 0x1 invoke-virtual {v9, v11, v12}, Lcom/polarsteps/common/preferences/g;->d(Ljava/lang/String;Z)Z move-result v9 invoke-direct/range {v2 .. v9}, Lcom/polarsteps/data/sync/i;-><init>(Landroid/content/Context;Lcom/polarsteps/data/database/DatabaseAccess;Lcom/polarsteps/shared/service/H;Ljava/lang/String;Lcom/polarsteps/data/sync/SyncDebugLog;ZZ)V iget-boolean v3, v10, Lcom/polarsteps/service/sync/tasks/O;->J:Z invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v5 invoke-virtual {v5}, Lcom/polarsteps/data/database/PolarstepsDatabase;->userDao()Lcom/polarsteps/data/database/daos/UserDao; move-result-object v5 invoke-virtual {v5}, Lcom/polarsteps/data/database/daos/UserDao;->loggedInUserBlocking()Lcom/polarsteps/data/models/domain/room/RoomUser; move-result-object v5 invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v8 invoke-virtual {v8}, Lcom/polarsteps/data/database/PolarstepsDatabase;->userDao()Lcom/polarsteps/data/database/daos/UserDao; move-result-object v8 invoke-virtual {v8}, Lcom/polarsteps/data/database/daos/UserDao;->loggedInUserForSyncRequest()Lcom/polarsteps/data/models/domain/room/SyncRequestUser; move-result-object v8 invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v9 invoke-virtual {v9}, Lcom/polarsteps/data/database/PolarstepsDatabase;->userDao()Lcom/polarsteps/data/database/daos/UserDao; move-result-object v9 invoke-virtual {v9}, Lcom/polarsteps/data/database/daos/UserDao;->allMainUsers()Ljava/util/List; move-result-object v9 invoke-interface {v9}, Ljava/util/List;->size()I move-result v11 if-le v11, v12, :cond_0 sget-object v11, LTh/a;->a:LTh/a$a; new-instance v13, Lcom/polarsteps/data/exceptions/MultipleUserInDatabaseException; invoke-direct {v13, v9, v6}, Lcom/polarsteps/data/exceptions/MultipleUserInDatabaseException;-><init>(Ljava/util/List;Ljava/lang/String;)V invoke-virtual {v11, v13}, LTh/a$a;->e(Ljava/lang/Throwable;)V :cond_0 const-string v13, "Android" if-eqz v5, :cond_2d if-eqz v8, :cond_2d invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/room/RoomBaseModel;->getUuid()Ljava/lang/String; move-result-object v15 invoke-virtual {v7, v15}, Lcom/polarsteps/data/sync/SyncDebugLog;->setUserUuid(Ljava/lang/String;)V invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/room/RoomUser;->getHasMultipleDevices()Z move-result v15 invoke-static {v15}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean; move-result-object v15 invoke-virtual {v7, v15}, Lcom/polarsteps/data/sync/SyncDebugLog;->setHasMultipleDevices(Ljava/lang/Boolean;)V invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v15 invoke-virtual {v15}, Lcom/polarsteps/data/database/PolarstepsDatabase;->tripDao()Lcom/polarsteps/data/database/daos/TripDao; move-result-object v15 invoke-virtual {v15}, Lcom/polarsteps/data/database/daos/TripDao;->unsynchronized()Ljava/util/List; move-result-object v15 check-cast v15, Ljava/lang/Iterable; new-instance v9, Ljava/util/ArrayList; const/16 v11, 0xa invoke-static {v15, v11}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v12 invoke-direct {v9, v12}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v15}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v12 :goto_0 invoke-interface {v12}, Ljava/util/Iterator;->hasNext()Z move-result v15 if-eqz v15, :cond_1 invoke-interface {v12}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v15 check-cast v15, Lcom/polarsteps/data/models/domain/room/SimpleTrip; invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v14 invoke-static {v15, v14}, Lcom/polarsteps/data/models/domain/room/ViewsKt;->toTripBlocking(Lcom/polarsteps/data/models/domain/room/SimpleTrip;Lcom/polarsteps/data/database/PolarstepsDatabase;)Lcom/polarsteps/data/models/domain/room/RoomTrip; move-result-object v14 invoke-static {v14, v4}, Lcom/polarsteps/data/sync/j;->a(Lcom/polarsteps/data/models/domain/room/RoomTrip;Lcom/polarsteps/data/database/DatabaseAccess;)Lcom/polarsteps/data/models/domain/api/ApiTrip; move-result-object v14 invoke-virtual {v9, v14}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_0 :cond_1 invoke-static {v9, v11}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v12 invoke-static {v12}, Lkotlin/collections/O;->a(I)I move-result v12 const/16 v14, 0x10 if-ge v12, v14, :cond_2 move v12, v14 :cond_2 new-instance v15, Ljava/util/LinkedHashMap; invoke-direct {v15, v12}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v9}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v9 :goto_1 invoke-interface {v9}, Ljava/util/Iterator;->hasNext()Z move-result v12 if-eqz v12, :cond_3 invoke-interface {v9}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v12 move-object/from16 v18, v12 check-cast v18, Lcom/polarsteps/data/models/domain/api/ApiTrip; invoke-virtual/range {v18 .. v18}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v14 invoke-interface {v15, v14, v12}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; const/16 v14, 0x10 goto :goto_1 :cond_3 invoke-static {v15}, Lkotlin/collections/P;->o(Ljava/util/Map;)Ljava/util/LinkedHashMap; move-result-object v9 invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v12 invoke-virtual {v12}, Lcom/polarsteps/data/database/PolarstepsDatabase;->stepDao()Lcom/polarsteps/data/database/daos/PastStepDao; move-result-object v12 invoke-virtual {v12}, Lcom/polarsteps/data/database/daos/PastStepDao;->unsynchronized()Ljava/util/List; move-result-object v12 check-cast v12, Ljava/lang/Iterable; new-instance v14, Ljava/util/ArrayList; invoke-static {v12, v11}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v15 invoke-direct {v14, v15}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v12}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v12 :goto_2 invoke-interface {v12}, Ljava/util/Iterator;->hasNext()Z move-result v15 if-eqz v15, :cond_4 invoke-interface {v12}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v15 check-cast v15, Lcom/polarsteps/data/models/domain/room/RoomStep; invoke-static {v15}, Lcom/polarsteps/data/models/domain/StepWithSensitiveDataKt;->forEdit(Lcom/polarsteps/data/models/domain/StepWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiStep; move-result-object v15 invoke-virtual {v14, v15}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_2 :cond_4 invoke-static {v14, v11}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v12 invoke-static {v12}, Lkotlin/collections/O;->a(I)I move-result v12 const/16 v15, 0x10 if-ge v12, v15, :cond_5 const/16 v12, 0x10 :cond_5 new-instance v15, Ljava/util/LinkedHashMap; invoke-direct {v15, v12}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v14}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v12 :goto_3 invoke-interface {v12}, Ljava/util/Iterator;->hasNext()Z move-result v14 if-eqz v14, :cond_6 invoke-interface {v12}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v14 move-object/from16 v18, v14 check-cast v18, Lcom/polarsteps/data/models/domain/api/ApiStep; invoke-virtual/range {v18 .. v18}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v11 invoke-interface {v15, v11, v14}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; const/16 v11, 0xa goto :goto_3 :cond_6 invoke-static {v15}, Lkotlin/collections/P;->o(Ljava/util/Map;)Ljava/util/LinkedHashMap; move-result-object v11 invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v12 invoke-virtual {v12}, Lcom/polarsteps/data/database/PolarstepsDatabase;->plannedStepDao()Lcom/polarsteps/data/database/daos/PlannedStepDao; move-result-object v12 invoke-virtual {v12}, Lcom/polarsteps/data/database/daos/PlannedStepDao;->unsynchronized()Ljava/util/List; move-result-object v12 check-cast v12, Ljava/lang/Iterable; new-instance v14, Ljava/util/ArrayList; const/16 v15, 0xa invoke-static {v12, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v1 invoke-direct {v14, v1}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v12}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v1 :goto_4 invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z move-result v12 if-eqz v12, :cond_7 invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v12 check-cast v12, Lcom/polarsteps/data/models/domain/room/RoomPlannedStep; invoke-static {v12}, Lcom/polarsteps/data/models/domain/PlannedStepWithSensitiveDataKt;->forEdit(Lcom/polarsteps/data/models/domain/PlannedStepWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; move-result-object v12 invoke-virtual {v14, v12}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_4 :cond_7 invoke-static {v14, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v1 invoke-static {v1}, Lkotlin/collections/O;->a(I)I move-result v1 const/16 v15, 0x10 if-ge v1, v15, :cond_8 const/16 v1, 0x10 :cond_8 new-instance v12, Ljava/util/LinkedHashMap; invoke-direct {v12, v1}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v14}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v1 :goto_5 invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z move-result v14 if-eqz v14, :cond_9 invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v14 move-object v15, v14 check-cast v15, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; invoke-virtual {v15}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v15 invoke-interface {v12, v15, v14}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; goto :goto_5 :cond_9 invoke-static {v12}, Lkotlin/collections/P;->o(Ljava/util/Map;)Ljava/util/LinkedHashMap; move-result-object v1 invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v12 invoke-virtual {v12}, Lcom/polarsteps/data/database/PolarstepsDatabase;->mediaDao()Lcom/polarsteps/data/database/daos/MediaDao; move-result-object v12 invoke-virtual {v12}, Lcom/polarsteps/data/database/daos/MediaDao;->unsynchronized()Ljava/util/List; move-result-object v12 check-cast v12, Ljava/lang/Iterable; new-instance v14, Ljava/util/ArrayList; move/from16 v18, v3 const/16 v15, 0xa invoke-static {v12, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v3 invoke-direct {v14, v3}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v12}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_6 invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v12 if-eqz v12, :cond_a invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v12 check-cast v12, Lcom/polarsteps/data/models/domain/room/RoomMedia; invoke-static {v12}, Lcom/polarsteps/data/models/domain/StepMediaWithSensitiveDataKt;->forEdit(Lcom/polarsteps/data/models/domain/StepMediaWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiMedia; move-result-object v12 invoke-virtual {v14, v12}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_6 :cond_a invoke-static {v14, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v3 invoke-static {v3}, Lkotlin/collections/O;->a(I)I move-result v3 const/16 v15, 0x10 if-ge v3, v15, :cond_b const/16 v3, 0x10 :cond_b new-instance v12, Ljava/util/LinkedHashMap; invoke-direct {v12, v3}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v14}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_7 invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v14 if-eqz v14, :cond_c invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v14 move-object v15, v14 check-cast v15, Lcom/polarsteps/data/models/domain/api/ApiMedia; invoke-virtual {v15}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v15 invoke-interface {v12, v15, v14}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; goto :goto_7 :cond_c invoke-interface {v4}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/PolarstepsDatabase;->stepSpotDao()Lcom/polarsteps/data/database/daos/StepSpotDao; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/daos/StepSpotDao;->unsynchronized()Ljava/util/List; move-result-object v3 check-cast v3, Ljava/lang/Iterable; new-instance v14, Ljava/util/ArrayList; move-object/from16 v20, v4 const/16 v15, 0xa invoke-static {v3, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v4 invoke-direct {v14, v4}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_8 invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_d invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/room/RoomStepSpot; move-object/from16 v17, v3 const/4 v3, 0x0 const/4 v15, 0x1 invoke-static {v4, v3, v15, v3}, Lcom/polarsteps/data/models/domain/StepSpotWithSensitiveDataKt;->forEdit$default(Lcom/polarsteps/data/models/domain/StepSpotWithSensitiveData;Ljava/lang/Long;ILjava/lang/Object;)Lcom/polarsteps/data/models/domain/api/ApiStepSpot; move-result-object v4 invoke-virtual {v14, v4}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z move-object/from16 v3, v17 const/16 v15, 0xa goto :goto_8 :cond_d const/4 v3, 0x0 invoke-static {v14, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v4 invoke-static {v4}, Lkotlin/collections/O;->a(I)I move-result v4 const/16 v15, 0x10 if-ge v4, v15, :cond_e const/16 v4, 0x10 :cond_e new-instance v15, Ljava/util/LinkedHashMap; invoke-direct {v15, v4}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v14}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v4 :goto_9 invoke-interface {v4}, Ljava/util/Iterator;->hasNext()Z move-result v14 if-eqz v14, :cond_f invoke-interface {v4}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v14 move-object/from16 v17, v14 check-cast v17, Lcom/polarsteps/data/models/domain/api/ApiStepSpot; invoke-virtual/range {v17 .. v17}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v3 invoke-interface {v15, v3, v14}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; const/4 v3, 0x0 goto :goto_9 :cond_f invoke-interface/range {v20 .. v20}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/PolarstepsDatabase;->zeldaStepDao()Lcom/polarsteps/data/database/daos/ZeldaStepDao; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/daos/ZeldaStepDao;->unsynchronized()Ljava/util/List; move-result-object v3 check-cast v3, Ljava/lang/Iterable; new-instance v4, Ljava/util/ArrayList; move-object/from16 v17, v5 const/16 v14, 0xa invoke-static {v3, v14}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v5 invoke-direct {v4, v5}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_a invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v5 if-eqz v5, :cond_10 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/room/RoomZeldaStep; invoke-static {v5}, Lcom/polarsteps/data/models/domain/ZeldaStepWithSensitiveDataKt;->forEdit(Lcom/polarsteps/data/models/domain/ZeldaStepWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; move-result-object v5 invoke-virtual {v4, v5}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_a :cond_10 invoke-static {v4, v14}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v3 invoke-static {v3}, Lkotlin/collections/O;->a(I)I move-result v3 const/16 v5, 0x10 if-ge v3, v5, :cond_11 const/16 v3, 0x10 :cond_11 new-instance v5, Ljava/util/LinkedHashMap; invoke-direct {v5, v3}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v4}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_b invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_12 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 move-object v14, v4 check-cast v14, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; invoke-virtual {v14}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v14 invoke-interface {v5, v14, v4}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; goto :goto_b :cond_12 invoke-interface/range {v20 .. v20}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/PolarstepsDatabase;->plannedStepSpotDao()Lcom/polarsteps/data/database/daos/PlannedStepSpotDao; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/daos/PlannedStepSpotDao;->unsynchronized()Ljava/util/List; move-result-object v3 check-cast v3, Ljava/lang/Iterable; new-instance v4, Ljava/util/ArrayList; move-object/from16 v21, v5 const/16 v14, 0xa invoke-static {v3, v14}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v5 invoke-direct {v4, v5}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_c invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v5 if-eqz v5, :cond_13 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/room/RoomPlannedStepSpot; invoke-static {v5}, Lcom/polarsteps/data/models/domain/PlannedStepSpotWithSensitiveDataKt;->forEdit(Lcom/polarsteps/data/models/domain/PlannedStepSpotWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot; move-result-object v5 invoke-virtual {v4, v5}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_c :cond_13 invoke-static {v4, v14}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v3 invoke-static {v3}, Lkotlin/collections/O;->a(I)I move-result v3 const/16 v5, 0x10 if-ge v3, v5, :cond_14 const/16 v3, 0x10 :cond_14 new-instance v5, Ljava/util/LinkedHashMap; invoke-direct {v5, v3}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v4}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_d invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_15 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 move-object v14, v4 check-cast v14, Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot; invoke-virtual {v14}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v14 invoke-interface {v5, v14, v4}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; goto :goto_d :cond_15 invoke-interface/range {v20 .. v20}, Lcom/polarsteps/data/database/DatabaseAccess;->getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/PolarstepsDatabase;->routeSegmentDao()Lcom/polarsteps/data/database/daos/RouteSegmentDao; move-result-object v3 invoke-virtual {v3}, Lcom/polarsteps/data/database/daos/RouteSegmentDao;->unsynchronized()Ljava/util/List; move-result-object v3 check-cast v3, Ljava/lang/Iterable; new-instance v4, Ljava/util/ArrayList; move-object/from16 v20, v5 const/16 v14, 0xa invoke-static {v3, v14}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v5 invoke-direct {v4, v5}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :goto_e invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v5 if-eqz v5, :cond_16 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/room/RoomRouteSegment; invoke-static {v5}, Lcom/polarsteps/data/models/domain/RouteSegmentWithSensitiveDataKt;->forEdit(Lcom/polarsteps/data/models/domain/RouteSegmentWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; move-result-object v5 invoke-virtual {v4, v5}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_e :cond_16 invoke-static {v4, v14}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v3 invoke-static {v3}, Lkotlin/collections/O;->a(I)I move-result v3 const/16 v5, 0x10 if-ge v3, v5, :cond_17 move v14, v5 goto :goto_f :cond_17 move v14, v3 :goto_f new-instance v3, Ljava/util/LinkedHashMap; invoke-direct {v3, v14}, Ljava/util/LinkedHashMap;-><init>(I)V invoke-virtual {v4}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator; move-result-object v4 :goto_10 invoke-interface {v4}, Ljava/util/Iterator;->hasNext()Z move-result v5 if-eqz v5, :cond_18 invoke-interface {v4}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v5 move-object v14, v5 check-cast v14, Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; invoke-virtual {v14}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v14 invoke-interface {v3, v14, v5}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; goto :goto_10 :cond_18 invoke-virtual {v12}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v4 check-cast v4, Ljava/lang/Iterable; invoke-static {v4}, Lkotlin/collections/CollectionsKt;->I(Ljava/lang/Iterable;)Lkotlin/collections/E; move-result-object v4 new-instance v5, LA9/e; const/16 v14, 0x15 invoke-direct {v5, v14}, LA9/e;-><init>(I)V invoke-static {v4, v5}, Lkotlin/sequences/t;->u(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v4 invoke-virtual {v15}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v5 check-cast v5, Ljava/lang/Iterable; invoke-static {v5}, Lkotlin/collections/CollectionsKt;->I(Ljava/lang/Iterable;)Lkotlin/collections/E; move-result-object v5 new-instance v14, LA9/x; move-object/from16 v19, v3 const/16 v3, 0x11 invoke-direct {v14, v3}, LA9/x;-><init>(I)V invoke-static {v5, v14}, Lkotlin/sequences/t;->t(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/y; move-result-object v3 invoke-static {v4, v3}, Lkotlin/sequences/t;->x(Lkotlin/sequences/Sequence;Lkotlin/sequences/Sequence;)Lkotlin/sequences/h; move-result-object v3 invoke-static {v3}, Lkotlin/sequences/t;->j(Lkotlin/sequences/Sequence;)Lkotlin/sequences/c; move-result-object v3 new-instance v4, Lcom/polarsteps/data/sync/f; const/4 v5, 0x0 invoke-direct {v4, v11, v5}, Lcom/polarsteps/data/sync/f;-><init>(Ljava/util/LinkedHashMap;I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->l(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v3 new-instance v4, Lcom/polarsteps/data/sync/d; const/4 v5, 0x1 invoke-direct {v4, v2, v5}, Lcom/polarsteps/data/sync/d;-><init>(Lcom/polarsteps/data/sync/i;I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->u(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v3 new-instance v4, LA9/x; const/16 v5, 0x12 invoke-direct {v4, v5}, LA9/x;-><init>(I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->v(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/y; move-result-object v3 new-instance v4, Ljava/util/LinkedHashMap; invoke-direct {v4}, Ljava/util/LinkedHashMap;-><init>()V iget-object v5, v3, Lkotlin/sequences/y;->a:Lkotlin/sequences/Sequence; invoke-interface {v5}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator; move-result-object v5 :goto_11 invoke-interface {v5}, Ljava/util/Iterator;->hasNext()Z move-result v14 if-eqz v14, :cond_19 iget-object v14, v3, Lkotlin/sequences/y;->b:Lkotlin/jvm/functions/Function1; move-object/from16 v22, v3 invoke-interface {v5}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v3 invoke-interface {v14, v3}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v3 move-object v14, v3 check-cast v14, Lcom/polarsteps/data/models/domain/api/ApiStep; invoke-virtual {v14}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v14 invoke-interface {v4, v14, v3}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; move-object/from16 v3, v22 goto :goto_11 :cond_19 invoke-interface {v11, v4}, Ljava/util/Map;->putAll(Ljava/util/Map;)V invoke-virtual/range {v20 .. v20}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-static {v3}, Lkotlin/collections/CollectionsKt;->I(Ljava/lang/Iterable;)Lkotlin/collections/E; move-result-object v3 new-instance v4, LA9/d; const/16 v5, 0x15 invoke-direct {v4, v5}, LA9/d;-><init>(I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->t(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/y; move-result-object v3 invoke-static {v3}, Lkotlin/sequences/t;->j(Lkotlin/sequences/Sequence;)Lkotlin/sequences/c; move-result-object v3 new-instance v4, Lcom/polarsteps/data/sync/f; const/4 v5, 0x1 invoke-direct {v4, v1, v5}, Lcom/polarsteps/data/sync/f;-><init>(Ljava/util/LinkedHashMap;I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->l(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v3 new-instance v4, Lcom/polarsteps/data/sync/d; const/4 v5, 0x2 invoke-direct {v4, v2, v5}, Lcom/polarsteps/data/sync/d;-><init>(Lcom/polarsteps/data/sync/i;I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->u(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v3 new-instance v4, LA9/x; const/16 v5, 0x13 invoke-direct {v4, v5}, LA9/x;-><init>(I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->v(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/y; move-result-object v3 new-instance v4, Ljava/util/LinkedHashMap; invoke-direct {v4}, Ljava/util/LinkedHashMap;-><init>()V iget-object v5, v3, Lkotlin/sequences/y;->a:Lkotlin/sequences/Sequence; invoke-interface {v5}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator; move-result-object v5 :goto_12 invoke-interface {v5}, Ljava/util/Iterator;->hasNext()Z move-result v14 if-eqz v14, :cond_1a iget-object v14, v3, Lkotlin/sequences/y;->b:Lkotlin/jvm/functions/Function1; move-object/from16 v22, v3 invoke-interface {v5}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v3 invoke-interface {v14, v3}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v3 move-object v14, v3 check-cast v14, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; invoke-virtual {v14}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v14 invoke-interface {v4, v14, v3}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; move-object/from16 v3, v22 goto :goto_12 :cond_1a invoke-interface {v1, v4}, Ljava/util/Map;->putAll(Ljava/util/Map;)V invoke-virtual {v12}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :cond_1b :goto_13 invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_1c invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/api/ApiMedia; invoke-virtual {v4}, Lcom/polarsteps/data/models/domain/api/ApiMedia;->getStepUuid()Ljava/lang/String; move-result-object v5 invoke-virtual {v11, v5}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/api/ApiStep; if-eqz v5, :cond_1b invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/api/ApiStep;->getMedia()Ljava/util/List; move-result-object v5 if-eqz v5, :cond_1b invoke-interface {v5, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z goto :goto_13 :cond_1c invoke-virtual {v15}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :cond_1d :goto_14 invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_1e invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/api/ApiStepSpot; invoke-virtual {v4}, Lcom/polarsteps/data/models/domain/api/ApiStepSpot;->getStepUuid()Ljava/lang/String; move-result-object v5 invoke-virtual {v11, v5}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/api/ApiStep; if-eqz v5, :cond_1d invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/api/ApiStep;->getStepSpots()Ljava/util/List; move-result-object v5 if-eqz v5, :cond_1d invoke-interface {v5, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z goto :goto_14 :cond_1e invoke-virtual/range {v20 .. v20}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :cond_1f :goto_15 invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_20 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot; invoke-virtual {v4}, Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot;->getPlannedStepUuid()Ljava/lang/String; move-result-object v5 invoke-virtual {v1, v5}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; if-eqz v5, :cond_1f invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->getPlannedStepSpots()Ljava/util/List; move-result-object v5 if-eqz v5, :cond_1f invoke-interface {v5, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z goto :goto_15 :cond_20 invoke-virtual {v11}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-static {v3}, Lkotlin/collections/CollectionsKt;->I(Ljava/lang/Iterable;)Lkotlin/collections/E; move-result-object v3 new-instance v4, Lcom/polarsteps/data/sync/g; const/4 v5, 0x0 invoke-direct {v4, v2, v5}, Lcom/polarsteps/data/sync/g;-><init>(Lcom/polarsteps/data/sync/i;I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->l(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v3 new-instance v4, LA9/d; const/16 v5, 0x16 invoke-direct {v4, v5}, LA9/d;-><init>(I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->t(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/y; move-result-object v3 invoke-static {v3}, Lkotlin/sequences/t;->j(Lkotlin/sequences/Sequence;)Lkotlin/sequences/c; move-result-object v3 invoke-virtual {v1}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v4 check-cast v4, Ljava/lang/Iterable; new-instance v5, Ljava/util/ArrayList; const/16 v15, 0xa invoke-static {v4, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v12 invoke-direct {v5, v12}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v4}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v4 :goto_16 invoke-interface {v4}, Ljava/util/Iterator;->hasNext()Z move-result v12 if-eqz v12, :cond_21 invoke-interface {v4}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v12 check-cast v12, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; invoke-virtual {v12}, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->getTripUuid()Ljava/lang/String; move-result-object v12 invoke-virtual {v5, v12}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_16 :cond_21 invoke-static {v5}, Lkotlin/collections/CollectionsKt;->M(Ljava/lang/Iterable;)Ljava/util/List; move-result-object v4 check-cast v4, Ljava/lang/Iterable; invoke-static {v3, v4}, Lkotlin/sequences/t;->w(Lkotlin/sequences/Sequence;Ljava/lang/Iterable;)Lkotlin/sequences/h; move-result-object v3 invoke-virtual/range {v21 .. v21}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v4 check-cast v4, Ljava/lang/Iterable; new-instance v5, Ljava/util/ArrayList; const/16 v15, 0xa invoke-static {v4, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v12 invoke-direct {v5, v12}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v4}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v4 :goto_17 invoke-interface {v4}, Ljava/util/Iterator;->hasNext()Z move-result v12 if-eqz v12, :cond_22 invoke-interface {v4}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v12 check-cast v12, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; invoke-virtual {v12}, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep;->getTripUuid()Ljava/lang/String; move-result-object v12 invoke-virtual {v5, v12}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_17 :cond_22 invoke-static {v5}, Lkotlin/collections/CollectionsKt;->M(Ljava/lang/Iterable;)Ljava/util/List; move-result-object v4 check-cast v4, Ljava/lang/Iterable; invoke-static {v3, v4}, Lkotlin/sequences/t;->w(Lkotlin/sequences/Sequence;Ljava/lang/Iterable;)Lkotlin/sequences/h; move-result-object v3 invoke-virtual/range {v19 .. v19}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v4 check-cast v4, Ljava/lang/Iterable; new-instance v5, Ljava/util/ArrayList; const/16 v15, 0xa invoke-static {v4, v15}, Lkotlin/collections/x;->q(Ljava/lang/Iterable;I)I move-result v12 invoke-direct {v5, v12}, Ljava/util/ArrayList;-><init>(I)V invoke-interface {v4}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v4 :goto_18 invoke-interface {v4}, Ljava/util/Iterator;->hasNext()Z move-result v12 if-eqz v12, :cond_23 invoke-interface {v4}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v12 check-cast v12, Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; invoke-virtual {v12}, Lcom/polarsteps/data/models/domain/api/ApiRouteSegment;->getTripUuid()Ljava/lang/String; move-result-object v12 invoke-virtual {v5, v12}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z goto :goto_18 :cond_23 invoke-static {v5}, Lkotlin/collections/CollectionsKt;->M(Ljava/lang/Iterable;)Ljava/util/List; move-result-object v4 check-cast v4, Ljava/lang/Iterable; invoke-static {v3, v4}, Lkotlin/sequences/t;->w(Lkotlin/sequences/Sequence;Ljava/lang/Iterable;)Lkotlin/sequences/h; move-result-object v3 new-instance v4, LH8/c; const/4 v5, 0x1 invoke-direct {v4, v9, v5}, LH8/c;-><init>(Ljava/util/LinkedHashMap;I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->l(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v3 new-instance v4, Lcom/polarsteps/data/sync/h; const/4 v5, 0x0 invoke-direct {v4, v2, v5}, Lcom/polarsteps/data/sync/h;-><init>(Lcom/polarsteps/data/sync/i;I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->u(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/g; move-result-object v3 new-instance v4, LA9/d; const/16 v5, 0x17 invoke-direct {v4, v5}, LA9/d;-><init>(I)V invoke-static {v3, v4}, Lkotlin/sequences/t;->v(Lkotlin/sequences/Sequence;Lkotlin/jvm/functions/Function1;)Lkotlin/sequences/y; move-result-object v3 new-instance v4, Ljava/util/LinkedHashMap; invoke-direct {v4}, Ljava/util/LinkedHashMap;-><init>()V iget-object v5, v3, Lkotlin/sequences/y;->a:Lkotlin/sequences/Sequence; invoke-interface {v5}, Lkotlin/sequences/Sequence;->iterator()Ljava/util/Iterator; move-result-object v5 :goto_19 invoke-interface {v5}, Ljava/util/Iterator;->hasNext()Z move-result v12 if-eqz v12, :cond_24 iget-object v12, v3, Lkotlin/sequences/y;->b:Lkotlin/jvm/functions/Function1; invoke-interface {v5}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v14 invoke-interface {v12, v14}, Lkotlin/jvm/functions/Function1;->invoke(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v12 move-object v14, v12 check-cast v14, Lcom/polarsteps/data/models/domain/api/ApiTrip; invoke-virtual {v14}, Lcom/polarsteps/data/models/domain/api/ApiBaseModel;->getUuid()Ljava/lang/String; move-result-object v14 invoke-interface {v4, v14, v12}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; goto :goto_19 :cond_24 invoke-interface {v9, v4}, Ljava/util/Map;->putAll(Ljava/util/Map;)V invoke-virtual {v11}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :cond_25 :goto_1a invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_26 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/api/ApiStep; invoke-virtual {v4}, Lcom/polarsteps/data/models/domain/api/ApiStep;->getTripUuid()Ljava/lang/String; move-result-object v5 invoke-virtual {v9, v5}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/api/ApiTrip; if-eqz v5, :cond_25 invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/api/ApiTrip;->getSteps()Ljava/util/List; move-result-object v5 if-eqz v5, :cond_25 invoke-interface {v5, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z goto :goto_1a :cond_26 invoke-virtual/range {v21 .. v21}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :cond_27 :goto_1b invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_28 invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; invoke-virtual {v4}, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep;->getTripUuid()Ljava/lang/String; move-result-object v5 invoke-virtual {v9, v5}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/api/ApiTrip; if-eqz v5, :cond_27 invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/api/ApiTrip;->getZeldaSteps()Ljava/util/List; move-result-object v5 if-eqz v5, :cond_27 invoke-interface {v5, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z goto :goto_1b :cond_28 invoke-virtual/range {v19 .. v19}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-interface {v3}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v3 :cond_29 :goto_1c invoke-interface {v3}, Ljava/util/Iterator;->hasNext()Z move-result v4 if-eqz v4, :cond_2a invoke-interface {v3}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; invoke-virtual {v4}, Lcom/polarsteps/data/models/domain/api/ApiRouteSegment;->getTripUuid()Ljava/lang/String; move-result-object v5 invoke-virtual {v9, v5}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v5 check-cast v5, Lcom/polarsteps/data/models/domain/api/ApiTrip; if-eqz v5, :cond_29 invoke-virtual {v5}, Lcom/polarsteps/data/models/domain/api/ApiTrip;->getRouteSegments()Ljava/util/List; move-result-object v5 if-eqz v5, :cond_29 invoke-interface {v5, v4}, Ljava/util/List;->add(Ljava/lang/Object;)Z goto :goto_1c :cond_2a invoke-virtual {v1}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v1 check-cast v1, Ljava/lang/Iterable; invoke-interface {v1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v1 :cond_2b :goto_1d invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z move-result v3 if-eqz v3, :cond_2c invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v3 check-cast v3, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; invoke-virtual {v3}, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->getTripUuid()Ljava/lang/String; move-result-object v4 invoke-virtual {v9, v4}, Ljava/util/LinkedHashMap;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v4 check-cast v4, Lcom/polarsteps/data/models/domain/api/ApiTrip; if-eqz v4, :cond_2b invoke-virtual {v4}, Lcom/polarsteps/data/models/domain/api/ApiTrip;->getPlannedSteps()Ljava/util/List; move-result-object v4 if-eqz v4, :cond_2b invoke-interface {v4, v3}, Ljava/util/List;->add(Ljava/lang/Object;)Z goto :goto_1d :cond_2c new-instance v1, Lcom/polarsteps/data/sync/SyncRequest; invoke-direct {v1}, Lcom/polarsteps/data/sync/SyncRequest;-><init>()V invoke-virtual {v1, v13}, Lcom/polarsteps/data/sync/SyncRequest;->setPlatform(Ljava/lang/String;)V const/16 v3, 0x3f invoke-virtual {v1, v3}, Lcom/polarsteps/data/sync/SyncRequest;->setApiVersion(I)V const/16 v16, 0x1 xor-int/lit8 v3, v18, 0x1 invoke-virtual {v1, v3}, Lcom/polarsteps/data/sync/SyncRequest;->setFirstTime(Z)V invoke-virtual {v1, v8}, Lcom/polarsteps/data/sync/SyncRequest;->setUser(Lcom/polarsteps/data/models/domain/room/SyncRequestUser;)V invoke-static {v6}, Lkotlin/jvm/internal/Intrinsics;->f(Ljava/lang/Object;)V invoke-virtual {v1, v6}, Lcom/polarsteps/data/sync/SyncRequest;->setUsername(Ljava/lang/String;)V invoke-virtual {v9}, Ljava/util/LinkedHashMap;->values()Ljava/util/Collection; move-result-object v3 check-cast v3, Ljava/lang/Iterable; invoke-static {v3}, Lkotlin/collections/CollectionsKt;->A0(Ljava/lang/Iterable;)Ljava/util/List; move-result-object v3 invoke-virtual {v1, v3}, Lcom/polarsteps/data/sync/SyncRequest;->setTrips(Ljava/util/List;)V invoke-static/range {v17 .. v17}, Lcom/polarsteps/data/models/domain/UserWithSensitiveDataKt;->forEdit(Lcom/polarsteps/data/models/domain/UserWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiUser; move-result-object v22 invoke-virtual {v1}, Lcom/polarsteps/data/sync/SyncRequest;->getTrips()Ljava/util/List; move-result-object v23 new-instance v3, Lcom/polarsteps/data/sync/g; const/4 v4, 0x1 invoke-direct {v3, v2, v4}, Lcom/polarsteps/data/sync/g;-><init>(Lcom/polarsteps/data/sync/i;I)V new-instance v4, Lcom/polarsteps/data/sync/d; const/4 v5, 0x3 invoke-direct {v4, v2, v5}, Lcom/polarsteps/data/sync/d;-><init>(Lcom/polarsteps/data/sync/i;I)V new-instance v5, Lcom/polarsteps/data/sync/h; const/4 v6, 0x1 invoke-direct {v5, v2, v6}, Lcom/polarsteps/data/sync/h;-><init>(Lcom/polarsteps/data/sync/i;I)V new-instance v6, Lcom/polarsteps/data/sync/e; const/4 v8, 0x1 invoke-direct {v6, v2, v8}, Lcom/polarsteps/data/sync/e;-><init>(Lcom/polarsteps/data/sync/i;I)V new-instance v8, Lcom/polarsteps/data/sync/g; const/4 v9, 0x2 invoke-direct {v8, v2, v9}, Lcom/polarsteps/data/sync/g;-><init>(Lcom/polarsteps/data/sync/i;I)V new-instance v9, Lcom/polarsteps/data/sync/d; const/4 v11, 0x0 invoke-direct {v9, v2, v11}, Lcom/polarsteps/data/sync/d;-><init>(Lcom/polarsteps/data/sync/i;I)V new-instance v11, Lcom/polarsteps/data/sync/e; const/4 v12, 0x0 invoke-direct {v11, v2, v12}, Lcom/polarsteps/data/sync/e;-><init>(Lcom/polarsteps/data/sync/i;I)V const/16 v33, 0x210 iget-object v12, v2, Lcom/polarsteps/data/sync/i;->b:Lcom/polarsteps/shared/service/H; iget-boolean v2, v2, Lcom/polarsteps/data/sync/i;->e:Z const/16 v25, 0x0 move/from16 v24, v2 move-object/from16 v26, v3 move-object/from16 v27, v4 move-object/from16 v28, v5 move-object/from16 v29, v6 move-object/from16 v30, v8 move-object/from16 v31, v9 move-object/from16 v32, v11 move-object/from16 v21, v12 invoke-static/range {v21 .. v33}, Lcom/polarsteps/data/sync/c;->a(Lcom/polarsteps/shared/service/H;Lcom/polarsteps/data/models/domain/api/ApiUser;Ljava/util/List;ZLcom/polarsteps/data/sync/k;Lcom/polarsteps/data/sync/g;Lcom/polarsteps/data/sync/d;Lcom/polarsteps/data/sync/h;Lcom/polarsteps/data/sync/e;Lcom/polarsteps/data/sync/g;Lcom/polarsteps/data/sync/d;Lcom/polarsteps/data/sync/e;I)V goto :goto_1e :cond_2d new-instance v1, Lcom/polarsteps/data/sync/SyncRequest; invoke-direct {v1}, Lcom/polarsteps/data/sync/SyncRequest;-><init>()V invoke-virtual {v1, v13}, Lcom/polarsteps/data/sync/SyncRequest;->setPlatform(Ljava/lang/String;)V const/16 v3, 0x3f invoke-virtual {v1, v3}, Lcom/polarsteps/data/sync/SyncRequest;->setApiVersion(I)V const/4 v15, 0x1 invoke-virtual {v1, v15}, Lcom/polarsteps/data/sync/SyncRequest;->setFirstTime(Z)V sget-object v2, LTh/a;->a:LTh/a$a; const-string v3, "First time sync triggered since no user is available locally" const/4 v4, 0x0 new-array v5, v4, [Ljava/lang/Object; invoke-virtual {v2, v3, v5}, LTh/a$a;->o(Ljava/lang/String;[Ljava/lang/Object;)V :goto_1e iget-object v2, v10, Lcom/polarsteps/service/sync/tasks/O;->g:Lcom/polarsteps/service/auth/c; invoke-interface {v2}, Lcom/polarsteps/service/auth/c;->e()Lcom/polarsteps/service/models/common/Cookies; move-result-object v2 invoke-virtual {v2}, Lcom/polarsteps/service/models/common/Cookies;->hasCorrectRememberToken()Z move-result v2 iget-object v3, v10, Lcom/polarsteps/service/sync/tasks/O;->p:Lcom/polarsteps/service/V0; invoke-interface {v3}, Lcom/polarsteps/service/V0;->a()Z move-result v3 if-eqz v3, :cond_2e invoke-virtual {v7}, Lcom/polarsteps/data/sync/SyncDebugLog;->maxObjectsBy()Lkotlin/Pair; move-result-object v3 invoke-virtual {v3}, Lkotlin/Pair;->getFirst()Ljava/lang/Object; move-result-object v3 check-cast v3, Ljava/lang/Integer; invoke-virtual {v3}, Ljava/lang/Integer;->intValue()I move-result v3 iget-object v4, v10, Lcom/polarsteps/service/sync/tasks/O;->p:Lcom/polarsteps/service/V0; invoke-interface {v4}, Lcom/polarsteps/service/V0;->f()I move-result v4 if-lt v3, v4, :cond_2e iget-object v3, v10, Lcom/polarsteps/service/sync/tasks/O;->o:Lc9/b; invoke-interface {v3}, Lc9/b;->E()Ljava/lang/String; move-result-object v3 invoke-virtual {v7, v3}, Lcom/polarsteps/data/sync/SyncDebugLog;->setDeviceId(Ljava/lang/String;)V const-string v3, "post_sync" invoke-virtual {v7, v3}, Lcom/polarsteps/data/sync/SyncDebugLog;->setLogType(Ljava/lang/String;)V new-instance v3, Lcom/polarsteps/service/errors/SyncDebugLogException; sget-object v4, Lcom/polarsteps/data/util/gson/PolarGson;->b:Lcom/google/gson/Gson; invoke-direct {v3, v7, v4}, Lcom/polarsteps/service/errors/SyncDebugLogException;-><init>(Lcom/polarsteps/data/sync/SyncDebugLog;Lcom/google/gson/Gson;)V invoke-static {v3}, LTh/a;->a(Ljava/lang/Throwable;)V :cond_2e iget-object v3, v10, Lcom/polarsteps/service/sync/tasks/O;->j:LUb/b; invoke-virtual {v3}, LUb/b;->a()LUb/b$a; move-result-object v3 if-nez v2, :cond_2f const/16 v16, 0x1 invoke-static/range {v16 .. v16}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer; move-result-object v2 goto :goto_1f :cond_2f const/4 v2, 0x0 :goto_1f invoke-interface {v3, v2, v1}, LUb/b$a;->E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; move-result-object v2 invoke-interface {v2}, Lretrofit2/Call;->execute()Lretrofit2/Response; move-result-object v2 const-string v3, "POST_SYNC" invoke-virtual {v0, v2, v3}, Lcom/polarsteps/service/sync/tasks/i;->d(Lretrofit2/Response;Ljava/lang/String;)V invoke-virtual {v2}, Lretrofit2/Response;->body()Ljava/lang/Object; move-result-object v0 move-object v3, v0 check-cast v3, Lcom/polarsteps/service/models/sync/SyncJobResponse; if-eqz v3, :cond_35 invoke-virtual {v1}, Lcom/polarsteps/data/sync/SyncRequest;->getTrips()Ljava/util/List; move-result-object v0 if-eqz v0, :cond_34 invoke-virtual {v1}, Lcom/polarsteps/data/sync/SyncRequest;->getTrips()Ljava/util/List; move-result-object v0 invoke-interface {v0}, Ljava/util/List;->isEmpty()Z move-result v0 if-eqz v0, :cond_34 iget-object v0, v10, Lcom/polarsteps/service/sync/tasks/O;->A:Lcom/polarsteps/common/preferences/g; const-string v1, "<this>" invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V const-string v1, "response" invoke-static {v2, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V :try_start_0 invoke-virtual {v2}, Lretrofit2/Response;->headers()Lokhttp3/s; move-result-object v1 const-string v2, "Polarsteps-Api-LocalTime" invoke-virtual {v1, v2}, Lokhttp3/s;->b(Ljava/lang/String;)Ljava/lang/String; move-result-object v1 if-eqz v1, :cond_30 invoke-static {v1}, Lkotlin/text/o;->f(Ljava/lang/String;)Ljava/lang/Double; move-result-object v1 if-eqz v1, :cond_30 invoke-virtual {v1}, Ljava/lang/Double;->doubleValue()D move-result-wide v1 const/16 v4, 0x3e8 int-to-double v4, v4 mul-double/2addr v1, v4 double-to-long v1, v1 invoke-static {v1, v2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long; move-result-object v1 goto :goto_20 :catch_0 move-exception v0 goto/16 :goto_22 :cond_30 const/4 v1, 0x0 :goto_20 sget v2, Landroid/os/Build$VERSION;->SDK_INT:I const/16 v4, 0x21 if-lt v2, v4, :cond_31 invoke-static {}, LO/h;->i()Ljava/time/Clock; move-result-object v2 invoke-virtual {v2}, Ljava/time/Clock;->millis()J move-result-wide v4 invoke-static {v4, v5}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long; move-result-object v14 goto :goto_21 :cond_31 const/4 v14, 0x0 :goto_21 invoke-static {}, Ljava/lang/System;->currentTimeMillis()J move-result-wide v4 if-eqz v14, :cond_32 invoke-virtual {v14}, Ljava/lang/Long;->longValue()J move-result-wide v6 sub-long v6, v4, v6 const-string v2, "time_drift_current_to_network_millis" invoke-virtual {v0, v6, v7, v2}, Lcom/polarsteps/common/preferences/g;->p(JLjava/lang/String;)V invoke-static {}, LS6/b;->a()LS6/b; move-result-object v8 iget-object v8, v8, LS6/b;->a:Lcom/google/firebase/crashlytics/internal/common/s; invoke-static {v6, v7}, Ljava/lang/Long;->toString(J)Ljava/lang/String; move-result-object v6 iget-object v7, v8, Lcom/google/firebase/crashlytics/internal/common/s;->o:Lcom/google/firebase/crashlytics/internal/concurrency/c; iget-object v7, v7, Lcom/google/firebase/crashlytics/internal/concurrency/c;->a:Lcom/google/firebase/crashlytics/internal/concurrency/b; new-instance v9, LA3/f; const/16 v11, 0xa invoke-direct {v9, v8, v11, v2, v6}, LA3/f;-><init>(Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/Object;)V invoke-virtual {v7, v9}, Lcom/google/firebase/crashlytics/internal/concurrency/b;->a(Ljava/lang/Runnable;)Lcom/google/android/gms/tasks/Task; :cond_32 if-eqz v1, :cond_33 invoke-virtual {v1}, Ljava/lang/Long;->longValue()J move-result-wide v6 sub-long v6, v4, v6 const-string v2, "time_drift_current_to_server_millis" invoke-virtual {v0, v6, v7, v2}, Lcom/polarsteps/common/preferences/g;->p(JLjava/lang/String;)V invoke-static {}, LS6/b;->a()LS6/b; move-result-object v8 iget-object v8, v8, LS6/b;->a:Lcom/google/firebase/crashlytics/internal/common/s; invoke-static {v6, v7}, Ljava/lang/Long;->toString(J)Ljava/lang/String; move-result-object v6 iget-object v7, v8, Lcom/google/firebase/crashlytics/internal/common/s;->o:Lcom/google/firebase/crashlytics/internal/concurrency/c; iget-object v7, v7, Lcom/google/firebase/crashlytics/internal/concurrency/c;->a:Lcom/google/firebase/crashlytics/internal/concurrency/b; new-instance v9, LA3/f; const/16 v11, 0xa invoke-direct {v9, v8, v11, v2, v6}, LA3/f;-><init>(Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/Object;)V invoke-virtual {v7, v9}, Lcom/google/firebase/crashlytics/internal/concurrency/b;->a(Ljava/lang/Runnable;)Lcom/google/android/gms/tasks/Task; if-eqz v14, :cond_33 invoke-virtual {v14}, Ljava/lang/Long;->longValue()J move-result-wide v6 invoke-virtual {v1}, Ljava/lang/Long;->longValue()J move-result-wide v8 sub-long/2addr v6, v8 const-string v2, "time_drift_network_to_server_millis" invoke-virtual {v0, v6, v7, v2}, Lcom/polarsteps/common/preferences/g;->p(JLjava/lang/String;)V invoke-static {}, LS6/b;->a()LS6/b; move-result-object v0 iget-object v0, v0, LS6/b;->a:Lcom/google/firebase/crashlytics/internal/common/s; invoke-static {v6, v7}, Ljava/lang/Long;->toString(J)Ljava/lang/String; move-result-object v6 iget-object v7, v0, Lcom/google/firebase/crashlytics/internal/common/s;->o:Lcom/google/firebase/crashlytics/internal/concurrency/c; iget-object v7, v7, Lcom/google/firebase/crashlytics/internal/concurrency/c;->a:Lcom/google/firebase/crashlytics/internal/concurrency/b; new-instance v8, LA3/f; const/16 v9, 0xa invoke-direct {v8, v0, v9, v2, v6}, LA3/f;-><init>(Ljava/lang/Object;ILjava/lang/Object;Ljava/lang/Object;)V invoke-virtual {v7, v8}, Lcom/google/firebase/crashlytics/internal/concurrency/b;->a(Ljava/lang/Runnable;)Lcom/google/android/gms/tasks/Task; :cond_33 invoke-static {v4, v5, v14, v1}, Lcom/polarsteps/service/sync/tasks/T;->a(JLjava/lang/Long;Ljava/lang/Long;)V :try_end_0 .catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0 goto :goto_23 :goto_22 sget-object v1, LTh/a;->a:LTh/a$a; const-string v2, "Error during timedrift measurement" const/4 v4, 0x0 new-array v4, v4, [Ljava/lang/Object; invoke-virtual {v1, v0, v2, v4}, LTh/a$a;->f(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V :cond_34 :goto_23 iget-object v0, v10, Lcom/polarsteps/service/sync/tasks/O;->A:Lcom/polarsteps/common/preferences/g; invoke-virtual {v3}, Lcom/polarsteps/service/models/sync/SyncJobResponse;->getJobId()Ljava/lang/String; move-result-object v1 const-string v2, "last_sync_job_id" invoke-virtual {v0, v2, v1}, Lcom/polarsteps/common/preferences/g;->q(Ljava/lang/String;Ljava/lang/String;)V invoke-virtual {v3}, Lcom/polarsteps/service/models/sync/SyncJobResponse;->getJobId()Ljava/lang/String; move-result-object v0 return-object v0 :cond_35 new-instance v0, Lcom/polarsteps/service/sync/SyncException; new-instance v1, Ljava/io/IOException; const-string v2, "Received null response body from sync request" invoke-direct {v1, v2}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V invoke-direct {v0, v1}, Lcom/polarsteps/service/sync/SyncException;-><init>(Ljava/lang/Throwable;)V throw v0 :pswitch_data_0 .packed-switch 0x0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.service.sync.tasks.i .method public final d(Lretrofit2/Response;Ljava/lang/String;)V .locals 8 .annotation system Ldalvik/annotation/Signature; .annotation system Ldalvik/annotation/Throws; invoke-virtual {p1}, Lretrofit2/Response;->isSuccessful()Z move-result v0 if-nez v0, :cond_3 invoke-virtual {p1}, Lretrofit2/Response;->code()I move-result v0 const/16 v1, 0x191 if-eq v0, v1, :cond_2 const/16 v1, 0x193 if-eq v0, v1, :cond_2 invoke-virtual {p1}, Lretrofit2/Response;->body()Ljava/lang/Object; move-result-object v0 invoke-virtual {p1}, Lretrofit2/Response;->errorBody()Lokhttp3/E; move-result-object v1 new-instance v2, Lcom/polarsteps/service/errors/HttpException; sget-object v3, Ljava/util/Locale;->US:Ljava/util/Locale; invoke-virtual {p1}, Lretrofit2/Response;->code()I move-result v3 invoke-virtual {p1}, Lretrofit2/Response;->message()Ljava/lang/String; move-result-object v4 const-string v5, "null" if-eqz v0, :cond_0 invoke-virtual {v0}, Ljava/lang/Object;->toString()Ljava/lang/String; move-result-object v0 goto :goto_0 :cond_0 move-object v0, v5 :goto_0 if-eqz v1, :cond_1 invoke-virtual {v1}, Lokhttp3/E;->string()Ljava/lang/String; move-result-object v5 :cond_1 iget-object v1, p0, Lcom/polarsteps/service/sync/tasks/S;->c:Lcom/polarsteps/service/sync/tasks/O; iget-object v1, v1, Lcom/polarsteps/service/sync/tasks/O;->g:Lcom/polarsteps/service/auth/c; invoke-interface {v1}, Lcom/polarsteps/service/auth/c;->b()Landroid/accounts/Account; move-result-object v1 iget-object v1, v1, Landroid/accounts/Account;->name:Ljava/lang/String; new-instance v6, Ljava/lang/StringBuilder; const-string v7, "Request failed: " invoke-direct {v6, v7}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V invoke-virtual {v6, v3}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder; const-string v3, "\n\nmessage\n" invoke-virtual {v6, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {v6, v4}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; const-string v3, "\n\nbody\n" invoke-virtual {v6, v3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; const-string v3, "\n\nerrorBody\n" const-string v4, "\nsource:" invoke-static {v6, v0, v3, v5, v4}, LC0/a;->u(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V const-string v0, "\nusername:" invoke-static {v6, p2, v0, v1}, Landroidx/compose/ui/graphics/colorspace/e;->k(Ljava/lang/StringBuilder;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; move-result-object p2 invoke-virtual {p1}, Lretrofit2/Response;->code()I move-result p1 invoke-direct {v2, p2, p1}, Lcom/polarsteps/service/errors/HttpException;-><init>(Ljava/lang/String;I)V throw v2 :cond_2 new-instance p1, Lcom/polarsteps/service/errors/SessionExpiredException; new-instance p2, Ljava/io/IOException; const-string v0, "received status code 401" invoke-direct {p2, v0}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V invoke-direct {p1, p2}, Lcom/polarsteps/service/errors/SessionExpiredException;-><init>(Ljava/lang/Throwable;)V throw p1 :cond_3 return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStepSpot .method public getPlannedStepUuid()Ljava/lang/String; .locals 1 .annotation build Lorg/jetbrains/annotations/NotNull; iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot;->plannedStepUuid:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: Th.a .method public static a(Ljava/lang/Throwable;)V .locals 1 sget-object v0, LTh/a;->a:LTh/a$a; invoke-virtual {v0, p0}, LTh/a$a;->e(Ljava/lang/Throwable;)V return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: Th.a$b .method public e(Ljava/lang/Throwable;)V .locals 3 const/4 v0, 0x0 new-array v0, v0, [Ljava/lang/Object; const/4 v1, 0x6 const/4 v2, 0x0 invoke-virtual {p0, v1, p1, v2, v0}, LTh/a$b;->l(ILjava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStepSpot .method public setPlannedStepUuid(Ljava/lang/String;)V .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "<set-?>" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot;->plannedStepUuid:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStepSpot .method public final setPlannedStepId(Ljava/lang/Long;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot;->plannedStepId:Ljava/lang/Long; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: Th.a$b .method public varargs f(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V .locals 1 .param p3 # [Ljava/lang/Object; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "args" invoke-static {p3, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V array-length v0, p3 invoke-static {p3, v0}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object; move-result-object p3 const/4 v0, 0x6 invoke-virtual {p0, v0, p1, p2, p3}, LTh/a$b;->l(ILjava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: Th.a$b .method public final varargs l(ILjava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V .locals 5 iget-object v0, p0, LTh/a$b;->a:Ljava/lang/ThreadLocal; invoke-virtual {v0}, Ljava/lang/ThreadLocal;->get()Ljava/lang/Object; move-result-object v1 check-cast v1, Ljava/lang/String; if-eqz v1, :cond_0 invoke-virtual {v0}, Ljava/lang/ThreadLocal;->remove()V :cond_0 const-string v0, "sw.toString()" const/4 v1, 0x0 const/16 v2, 0x100 if-eqz p3, :cond_3 invoke-virtual {p3}, Ljava/lang/String;->length()I move-result v3 if-nez v3, :cond_1 goto :goto_1 :cond_1 array-length v3, p4 if-nez v3, :cond_2 goto :goto_0 :cond_2 const-string v3, "message" invoke-static {p3, v3}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V const-string v3, "args" invoke-static {p4, v3}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V array-length v3, p4 invoke-static {p4, v3}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object; move-result-object p4 array-length v3, p4 const-string v4, "java.lang.String.format(this, *args)" invoke-static {p4, v3, p3, v4}, Landroidx/compose/ui/graphics/colorspace/e;->l([Ljava/lang/Object;ILjava/lang/String;Ljava/lang/String;)Ljava/lang/String; move-result-object p3 :goto_0 if-eqz p2, :cond_5 new-instance p4, Ljava/lang/StringBuilder; invoke-direct {p4}, Ljava/lang/StringBuilder;-><init>()V invoke-virtual {p4, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder; const/16 p3, 0xa invoke-virtual {p4, p3}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder; new-instance p3, Ljava/io/StringWriter; invoke-direct {p3, v2}, Ljava/io/StringWriter;-><init>(I)V new-instance v2, Ljava/io/PrintWriter; invoke-direct {v2, p3, v1}, Ljava/io/PrintWriter;-><init>(Ljava/io/Writer;Z)V invoke-virtual {p2, v2}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintWriter;)V invoke-virtual {v2}, Ljava/io/PrintWriter;->flush()V invoke-virtual {p3}, Ljava/io/StringWriter;->toString()Ljava/lang/String; move-result-object p3 invoke-static {p3, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V invoke-virtual {p4, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {p4}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String; move-result-object p3 goto :goto_2 :cond_3 :goto_1 if-nez p2, :cond_4 return-void :cond_4 new-instance p3, Ljava/io/StringWriter; invoke-direct {p3, v2}, Ljava/io/StringWriter;-><init>(I)V new-instance p4, Ljava/io/PrintWriter; invoke-direct {p4, p3, v1}, Ljava/io/PrintWriter;-><init>(Ljava/io/Writer;Z)V invoke-virtual {p2, p4}, Ljava/lang/Throwable;->printStackTrace(Ljava/io/PrintWriter;)V invoke-virtual {p4}, Ljava/io/PrintWriter;->flush()V invoke-virtual {p3}, Ljava/io/StringWriter;->toString()Ljava/lang/String; move-result-object p3 invoke-static {p3, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V :cond_5 :goto_2 invoke-virtual {p0, p1, p3, p2}, LTh/a$b;->j(ILjava/lang/String;Ljava/lang/Throwable;)V return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: Th.a$b .method public varargs o(Ljava/lang/String;[Ljava/lang/Object;)V .locals 2 .param p2 # [Ljava/lang/Object; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "args" invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V array-length v0, p2 invoke-static {p2, v0}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object; move-result-object p2 const/4 v0, 0x5 const/4 v1, 0x0 invoke-virtual {p0, v0, v1, p1, p2}, LTh/a$b;->l(ILjava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: Th.a$a .method public final e(Ljava/lang/Throwable;)V .locals 4 sget-object v0, LTh/a;->c:[LTh/a$b; array-length v1, v0 const/4 v2, 0x0 :goto_0 if-ge v2, v1, :cond_0 aget-object v3, v0, v2 invoke-virtual {v3, p1}, LTh/a$b;->e(Ljava/lang/Throwable;)V add-int/lit8 v2, v2, 0x1 goto :goto_0 :cond_0 return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: Th.a$a .method public final varargs f(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V .locals 5 .param p3 # [Ljava/lang/Object; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "args" invoke-static {p3, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V sget-object v0, LTh/a;->c:[LTh/a$b; array-length v1, v0 const/4 v2, 0x0 :goto_0 if-ge v2, v1, :cond_0 aget-object v3, v0, v2 array-length v4, p3 invoke-static {p3, v4}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object; move-result-object v4 invoke-virtual {v3, p1, p2, v4}, LTh/a$b;->f(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V add-int/lit8 v2, v2, 0x1 goto :goto_0 :cond_0 return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.common.preferences.g .method public final c(Ljava/lang/String;Z)Z .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "key" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iget-object v0, p0, Lcom/polarsteps/common/preferences/g;->e:Landroid/content/SharedPreferences; if-eqz v0, :cond_0 invoke-interface {v0, p1, p2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z move-result p1 return p1 :cond_0 const-string p1, "appPreferences" invoke-static {p1}, Lkotlin/jvm/internal/Intrinsics;->p(Ljava/lang/String;)V const/4 p1, 0x0 throw p1 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.common.preferences.g .method public final d(Ljava/lang/String;Z)Z .locals 1 invoke-virtual {p0}, Lcom/polarsteps/common/preferences/g;->h()Landroid/content/SharedPreferences; move-result-object v0 invoke-interface {v0, p1, p2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z move-result p1 return p1 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: Th.a$a .method public final varargs o(Ljava/lang/String;[Ljava/lang/Object;)V .locals 5 .param p2 # [Ljava/lang/Object; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "args" invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V sget-object v0, LTh/a;->c:[LTh/a$b; array-length v1, v0 const/4 v2, 0x0 :goto_0 if-ge v2, v1, :cond_0 aget-object v3, v0, v2 array-length v4, p2 invoke-static {p2, v4}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object; move-result-object v4 invoke-virtual {v3, p1, v4}, LTh/a$b;->o(Ljava/lang/String;[Ljava/lang/Object;)V add-int/lit8 v2, v2, 0x1 goto :goto_0 :cond_0 return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.common.preferences.g .method public final h()Landroid/content/SharedPreferences; .locals 2 iget-object v0, p0, Lcom/polarsteps/common/preferences/g;->d:Lkotlin/i; invoke-interface {v0}, Lkotlin/i;->getValue()Ljava/lang/Object; move-result-object v0 const-string v1, "getValue(...)" invoke-static {v0, v1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V check-cast v0, Landroid/content/SharedPreferences; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.common.preferences.g .method public final p(JLjava/lang/String;)V .locals 1 .param p3 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "key" invoke-static {p3, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iget-object v0, p0, Lcom/polarsteps/common/preferences/g;->e:Landroid/content/SharedPreferences; if-eqz v0, :cond_0 invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor; move-result-object v0 invoke-interface {v0, p3, p1, p2}, Landroid/content/SharedPreferences$Editor;->putLong(Ljava/lang/String;J)Landroid/content/SharedPreferences$Editor; invoke-interface {v0}, Landroid/content/SharedPreferences$Editor;->apply()V return-void :cond_0 const-string p1, "appPreferences" invoke-static {p1}, Lkotlin/jvm/internal/Intrinsics;->p(Ljava/lang/String;)V const/4 p1, 0x0 throw p1 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.common.preferences.g .method public final q(Ljava/lang/String;Ljava/lang/String;)V .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "key" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iget-object v0, p0, Lcom/polarsteps/common/preferences/g;->e:Landroid/content/SharedPreferences; if-eqz v0, :cond_0 invoke-interface {v0}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor; move-result-object v0 invoke-interface {v0, p1, p2}, Landroid/content/SharedPreferences$Editor;->putString(Ljava/lang/String;Ljava/lang/String;)Landroid/content/SharedPreferences$Editor; invoke-interface {v0}, Landroid/content/SharedPreferences$Editor;->apply()V return-void :cond_0 const-string p1, "appPreferences" invoke-static {p1}, Lkotlin/jvm/internal/Intrinsics;->p(Ljava/lang/String;)V const/4 p1, 0x0 throw p1 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiSpot .method public getCategory()Ljava/lang/String; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiSpot;->category:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.database.daos.TripDao .method public abstract justTripForId(Ljava/lang/String;)Lcom/polarsteps/data/models/domain/room/SimpleTrip; .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiSpot .method public final setLegacyCategory$data_release(Ljava/lang/String;)V .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "<set-?>" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiSpot;->legacyCategory:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiSpot .method public final setLegacyMainCategory$data_release(Ljava/lang/String;)V .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "<set-?>" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiSpot;->legacyMainCategory:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.google.gson.reflect.TypeToken .method public static get(Ljava/lang/reflect/Type;)Lcom/google/gson/reflect/TypeToken; .locals 1 .annotation system Ldalvik/annotation/Signature; new-instance v0, Lcom/google/gson/reflect/TypeToken; invoke-direct {v0, p0}, Lcom/google/gson/reflect/TypeToken;-><init>(Ljava/lang/reflect/Type;)V return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.database.daos.TripDao .method public abstract unsynchronized()Ljava/util/List; .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.common.rxjava.c .method public final a(Lio/reactivex/rxjava3/disposables/b;)V .locals 1 .param p1 # Lio/reactivex/rxjava3/disposables/b; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "disposable" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iget-object v0, p0, Lcom/polarsteps/common/rxjava/c;->a:Lio/reactivex/rxjava3/disposables/a; invoke-virtual {v0, p1}, Lio/reactivex/rxjava3/disposables/a;->b(Lio/reactivex/rxjava3/disposables/b;)Z return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public getPlannedStepSpots()Ljava/util/List; .locals 1 .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->plannedStepSpots:Ljava/util/List; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public getTimeZone()Ljava/util/TimeZone; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->timeZone:Ljava/util/TimeZone; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public getTripUuid()Ljava/lang/String; .locals 1 .annotation build Lorg/jetbrains/annotations/NotNull; iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->tripUuid:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public setPlannedStepSpots(Ljava/util/List;)V .locals 1 .param p1 # Ljava/util/List; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .annotation system Ldalvik/annotation/Signature; const-string v0, "<set-?>" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->plannedStepSpots:Ljava/util/List; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public setTimeZone(Ljava/util/TimeZone;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->timeZone:Ljava/util/TimeZone; if-eqz p1, :cond_0 invoke-virtual {p1}, Ljava/util/TimeZone;->getDisplayName()Ljava/lang/String; move-result-object p1 goto :goto_0 :cond_0 const/4 p1, 0x0 :goto_0 invoke-virtual {p0, p1}, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->setTimezoneName$data_release(Ljava/lang/String;)V return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public setTimezoneName$data_release(Ljava/lang/String;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->timezoneName:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public setTripId(Ljava/lang/Long;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->tripId:Ljava/lang/Long; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.data.models.domain.api.ApiPlannedStep .method public setTripUuid(Ljava/lang/String;)V .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "<set-?>" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;->tripUuid:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.polarsteps.data.models.domain.api.ApiStepSpot .method public getStepId()Ljava/lang/Long; .locals 1 iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiStepSpot;->stepId:Ljava/lang/Long; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiStepSpot .method public getStepUuid()Ljava/lang/String; .locals 1 .annotation build Lorg/jetbrains/annotations/NotNull; iget-object v0, p0, Lcom/polarsteps/data/models/domain/api/ApiStepSpot;->stepUuid:Ljava/lang/String; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public constructor <init>(Ljava/lang/Throwable;)V .locals 0 invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/Throwable;)V return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiStepSpot .method public setStepId(Ljava/lang/Long;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiStepSpot;->stepId:Ljava/lang/Long; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.polarsteps.data.models.domain.api.ApiStepSpot .method public setStepUuid(Ljava/lang/String;)V .locals 1 .param p1 # Ljava/lang/String; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "<set-?>" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiStepSpot;->stepUuid:Ljava/lang/String; return-void .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.google.gson.stream.JsonWriter .method public final getSerializeNulls()Z .locals 1 iget-boolean v0, p0, Lcom/google/gson/stream/JsonWriter;->serializeNulls:Z return v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
Yes
``` # Class: com.google.gson.stream.JsonWriter .method public final getStrictness()Lcom/google/gson/Strictness; .locals 1 iget-object v0, p0, Lcom/google/gson/stream/JsonWriter;->strictness:Lcom/google/gson/Strictness; return-object v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` # Class: com.google.gson.stream.JsonWriter .method public final isHtmlSafe()Z .locals 1 iget-boolean v0, p0, Lcom/google/gson/stream/JsonWriter;->htmlSafe:Z return v0 .end method ``` Could this method be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .field private final code:I .locals 0 invoke-direct {p0, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V iput p2, p0, Lcom/polarsteps/service/errors/HttpException;->code:I return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public getCode()I .locals 1 iget v0, p0, Lcom/polarsteps/service/errors/HttpException;->code:I return v0 .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No
``` .method public constructor <init>(Lcom/polarsteps/data/sync/SyncDebugLog;Lcom/google/gson/Gson;)V .locals 5 .param p1 # Lcom/polarsteps/data/sync/SyncDebugLog; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .param p2 # Lcom/google/gson/Gson; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "debugLog" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V const-string v0, "gson" invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V invoke-virtual {p2, p1}, Lcom/google/gson/Gson;->toJson(Ljava/lang/Object;)Ljava/lang/String; move-result-object p2 invoke-direct {p0, p2}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V new-instance p2, Ljava/lang/StackTraceElement; const-class v0, Lcom/polarsteps/service/errors/SyncDebugLogException; sget-object v1, Lkotlin/jvm/internal/v;->a:Lkotlin/jvm/internal/w; invoke-virtual {v1, v0}, Lkotlin/jvm/internal/w;->b(Ljava/lang/Class;)Lkotlin/reflect/d; move-result-object v0 invoke-interface {v0}, Lkotlin/reflect/d;->s()Ljava/lang/String; move-result-object v0 invoke-virtual {p1}, Lcom/polarsteps/data/sync/SyncDebugLog;->getLogType()Ljava/lang/String; move-result-object v1 invoke-virtual {p1}, Lcom/polarsteps/data/sync/SyncDebugLog;->maxObjectsBy()Lkotlin/Pair; move-result-object v2 invoke-virtual {v2}, Lkotlin/Pair;->getSecond()Ljava/lang/Object; move-result-object v2 invoke-virtual {p1}, Lcom/polarsteps/data/sync/SyncDebugLog;->getLogType()Ljava/lang/String; move-result-object p1 new-instance v3, Ljava/lang/StringBuilder; const-string v4, "[SyncDebug][" invoke-direct {v3, v4}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V invoke-virtual {v3, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder; const-string v2, "]." invoke-virtual {v3, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {v3, p1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; invoke-virtual {v3}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String; move-result-object p1 const/4 v2, 0x0 invoke-direct {p2, v0, v1, p1, v2}, Ljava/lang/StackTraceElement;-><init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V filled-new-array {p2}, [Ljava/lang/StackTraceElement; move-result-object p1 invoke-virtual {p0, p1}, Ljava/lang/Throwable;->setStackTrace([Ljava/lang/StackTraceElement;)V return-void .end method ``` Could this class be related to this retrofit API endpoint arguments or request overall? ``` .method public abstract E(Ljava/lang/Integer;Lcom/polarsteps/data/sync/SyncRequest;)Lretrofit2/Call; .param p1 # Ljava/lang/Integer; .annotation runtime Lretrofit2/http/Query; value = "refresh" .end annotation .end param .param p2 # Lcom/polarsteps/data/sync/SyncRequest; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Body; .end annotation .end param .annotation system Ldalvik/annotation/Signature; .annotation build Lorg/jetbrains/annotations/NotNull; .annotation runtime Lretrofit2/http/Headers; value = { .end annotation .annotation runtime Lretrofit2/http/POST; value = "api/sync/" .end annotation .end method ``` Answer by yes or no:
No