question
stringlengths
654
113k
answer
stringclasses
2 values
``` # Class: com.polarsteps.data.models.domain.api.ApiZeldaStep .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/ApiZeldaStep;->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.data.models.domain.api.ApiZeldaStep .method public setUserId(Ljava/lang/Long;)V .locals 0 iput-object p1, p0, Lcom/polarsteps/data/models/domain/api/ApiZeldaStep;->userId: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.google.android.gms.tasks.Task .method public continueWithTask(Ljava/util/concurrent/Executor;LK5/c;)Lcom/google/android/gms/tasks/Task; .locals 0 .param p1 # Ljava/util/concurrent/Executor; .annotation build Landroidx/annotation/NonNull; .end param .param p2 # LK5/c; .annotation build Landroidx/annotation/NonNull; .end param .annotation build Landroidx/annotation/NonNull; .annotation system Ldalvik/annotation/Signature; new-instance p1, Ljava/lang/UnsupportedOperationException; const-string p2, "continueWithTask is not implemented" invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V 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.shared.domain.Category .method public final firstLevelCategory()Lcom/polarsteps/shared/domain/Category; .locals 1 invoke-static {p0}, Lcom/polarsteps/shared/domain/CategoryTreeExtKt;->findFirstLevelCategory(Lcom/polarsteps/shared/domain/Category;)Lcom/polarsteps/shared/domain/Category; move-result-object v0 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.shared.domain.Category .method public final getId()Ljava/lang/String; .locals 1 .annotation build Lorg/jetbrains/annotations/NotNull; iget-object v0, p0, Lcom/polarsteps/shared/domain/Category;->id: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.shared.domain.Category .method public final mainCategory()Lcom/polarsteps/shared/domain/Category; .locals 1 invoke-static {p0}, Lcom/polarsteps/shared/domain/CategoryTreeExtKt;->findMainCategory(Lcom/polarsteps/shared/domain/Category;)Lcom/polarsteps/shared/domain/Category; move-result-object v0 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.shared.service.H .method public abstract b(Ljava/lang/String;)Lcom/polarsteps/shared/domain/Category; .annotation system Ldalvik/annotation/Throws; .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
``` .method public final equals(Ljava/lang/Object;)Z .locals 1 if-ne p0, p1, :cond_0 const/4 p1, 0x1 return p1 :cond_0 instance-of v0, p1, LS2/a; if-nez v0, :cond_1 const/4 p1, 0x0 return p1 :cond_1 check-cast p1, LS2/a; iget-object v0, p0, LS2/a;->a:Ljava/lang/Object; iget-object p1, p1, LS2/a;->a:Ljava/lang/Object; invoke-static {v0, p1}, LZ9/a;->l(Ljava/lang/Object;Ljava/lang/Object;)Z move-result p1 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 final toString()Ljava/lang/String; .locals 2 iget-object v0, p0, LS2/a;->a:Ljava/lang/Object; if-eqz v0, :cond_0 const-string v1, "Optional[%s]" filled-new-array {v0}, [Ljava/lang/Object; move-result-object v0 invoke-static {v1, v0}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; move-result-object v0 return-object v0 :cond_0 const-string v0, "Optional.empty" 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 final a()Ljava/lang/Object; .locals 2 .annotation system Ldalvik/annotation/Signature; iget-object v0, p0, LS2/a;->a:Ljava/lang/Object; if-eqz v0, :cond_0 return-object v0 :cond_0 new-instance v0, Ljava/util/NoSuchElementException; const-string v1, "No value present" invoke-direct {v0, v1}, Ljava/util/NoSuchElementException;-><init>(Ljava/lang/String;)V throw 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>(Ljava/lang/Object;)V .locals 0 .annotation system Ldalvik/annotation/Signature; invoke-direct {p0}, Ljava/lang/Object;-><init>()V invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class; iput-object p1, p0, LS2/a;->a:Ljava/lang/Object; 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 static constructor <clinit>()V .locals 1 new-instance v0, LS2/a; invoke-direct {v0}, LS2/a;-><init>()V sput-object v0, LS2/a;->b:LS2/a; 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 static c(Ljava/lang/Object;)LS2/a; .locals 1 .annotation system Ldalvik/annotation/Signature; if-nez p0, :cond_0 sget-object p0, LS2/a;->b:LS2/a; return-object p0 :cond_0 new-instance v0, LS2/a; invoke-direct {v0, p0}, LS2/a;-><init>(Ljava/lang/Object;)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:
Yes
``` .method public final b()Z .locals 1 iget-object v0, p0, LS2/a;->a:Ljava/lang/Object; 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 final hashCode()I .locals 1 iget-object v0, p0, LS2/a;->a:Ljava/lang/Object; if-eqz v0, :cond_0 invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I move-result v0 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
``` # Class: S2.a .method public final b()Z .locals 1 iget-object v0, p0, LS2/a;->a:Ljava/lang/Object; if-eqz v0, :cond_0 const/4 v0, 0x1 return v0 :cond_0 const/4 v0, 0x0 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
``` .method public final close()V .locals 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 static a(Ljava/lang/Iterable;)LS2/b; .locals 2 .annotation system Ldalvik/annotation/Signature; invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class; new-instance v0, LS2/b; new-instance v1, LU2/a; invoke-direct {v1, p0}, LU2/a;-><init>(Ljava/lang/Iterable;)V invoke-direct {v0, v1}, LS2/b;-><init>(Ljava/util/Iterator;)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 constructor <init>(Ljava/util/Iterator;)V .locals 0 invoke-direct {p0}, Ljava/lang/Object;-><init>()V iput-object p1, p0, LS2/b;->a:Ljava/util/Iterator; 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: S2.b .method public static a(Ljava/lang/Iterable;)LS2/b; .locals 2 .annotation system Ldalvik/annotation/Signature; invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class; new-instance v0, LS2/b; new-instance v1, LU2/a; invoke-direct {v1, p0}, LU2/a;-><init>(Ljava/lang/Iterable;)V invoke-direct {v0, v1}, LS2/b;-><init>(Ljava/util/Iterator;)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.DatabaseAccess .method public abstract getDatabase()Lcom/polarsteps/data/database/PolarstepsDatabase; .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.BaseMediaKt .method public static final getImage(Lcom/polarsteps/data/models/domain/BaseMedia;)Ljava/lang/String; .locals 2 .param p0 # Lcom/polarsteps/data/models/domain/BaseMedia; .annotation build Lorg/jetbrains/annotations/NotNull; .end param 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/WithRemoteSmallLargePath; const/4 v1, 0x0 if-eqz v0, :cond_0 move-object v0, p0 check-cast v0, Lcom/polarsteps/data/models/domain/WithRemoteSmallLargePath; goto :goto_0 :cond_0 move-object v0, v1 :goto_0 if-eqz v0, :cond_2 invoke-interface {v0}, Lcom/polarsteps/data/models/domain/WithRemoteSmallLargePath;->getRemoteLargeThumb()Ljava/lang/String; move-result-object v0 if-nez v0, :cond_1 goto :goto_1 :cond_1 return-object v0 :cond_2 :goto_1 instance-of v0, p0, Lcom/polarsteps/data/models/domain/WithLocalSmallLargePath; if-eqz v0, :cond_3 check-cast p0, Lcom/polarsteps/data/models/domain/WithLocalSmallLargePath; goto :goto_2 :cond_3 move-object p0, v1 :goto_2 if-eqz p0, :cond_4 invoke-interface {p0}, Lcom/polarsteps/data/models/domain/WithLocalSmallLargePath;->getLocalLargeThumb()Ljava/lang/String; move-result-object p0 return-object p0 :cond_4 return-object 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.service.models.common.Cookies .method public hasCorrectRememberToken()Z .locals 3 iget-object v0, p0, Lcom/polarsteps/service/models/common/Cookies;->cookies:Ljava/util/Set; invoke-static {v0}, LS2/b;->a(Ljava/lang/Iterable;)LS2/b; move-result-object v0 new-instance v1, Lcom/mapbox/common/a; const/16 v2, 0x11 invoke-direct {v1, v2}, Lcom/mapbox/common/a;-><init>(I)V new-instance v2, LV2/a; iget-object v0, v0, LS2/b;->a:Ljava/util/Iterator; invoke-direct {v2, v0, v1}, LV2/a;-><init>(Ljava/util/Iterator;LT2/a;)V invoke-interface {v2}, Ljava/util/Iterator;->hasNext()Z move-result v0 if-eqz v0, :cond_0 invoke-interface {v2}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v0 new-instance v1, LS2/a; invoke-direct {v1, v0}, LS2/a;-><init>(Ljava/lang/Object;)V goto :goto_0 :cond_0 sget-object v1, LS2/a;->b:LS2/a; :goto_0 invoke-virtual {v1}, LS2/a;->b()Z move-result v0 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: com.polarsteps.data.models.domain.BaseMediaKt .method public static final getThumb(Lcom/polarsteps/data/models/domain/BaseMedia;)Ljava/lang/String; .locals 2 .param p0 # Lcom/polarsteps/data/models/domain/BaseMedia; .annotation build Lorg/jetbrains/annotations/NotNull; .end param 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/WithRemoteSmallLargePath; const/4 v1, 0x0 if-eqz v0, :cond_0 move-object v0, p0 check-cast v0, Lcom/polarsteps/data/models/domain/WithRemoteSmallLargePath; goto :goto_0 :cond_0 move-object v0, v1 :goto_0 if-eqz v0, :cond_2 invoke-interface {v0}, Lcom/polarsteps/data/models/domain/WithRemoteSmallLargePath;->getRemoteSmallThumb()Ljava/lang/String; move-result-object v0 if-nez v0, :cond_1 goto :goto_1 :cond_1 return-object v0 :cond_2 :goto_1 instance-of v0, p0, Lcom/polarsteps/data/models/domain/WithLocalSmallLargePath; if-eqz v0, :cond_3 check-cast p0, Lcom/polarsteps/data/models/domain/WithLocalSmallLargePath; goto :goto_2 :cond_3 move-object p0, v1 :goto_2 if-eqz p0, :cond_4 invoke-interface {p0}, Lcom/polarsteps/data/models/domain/WithLocalSmallLargePath;->getLocalSmallThumb()Ljava/lang/String; move-result-object p0 return-object p0 :cond_4 return-object 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.BaseSyncModel .method public abstract isDeleted()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
``` # Class: com.polarsteps.data.database.DatabaseAccess .method public abstract media()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.database.DatabaseAccess .method public abstract mediaForStep(Lcom/polarsteps/data/models/domain/local/PolarIdentifier;)Ljava/util/List; .param p1 # Lcom/polarsteps/data/models/domain/local/PolarIdentifier; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.BaseSyncModelKt .method public static final isOffline(Lcom/polarsteps/data/models/domain/BaseSyncModel;)Z .locals 1 .param p0 # Lcom/polarsteps/data/models/domain/BaseSyncModel; .annotation build Lorg/jetbrains/annotations/NotNull; .end param const-string v0, "<this>" invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V invoke-interface {p0}, Lcom/polarsteps/data/models/domain/WithID;->getId()Ljava/lang/Long; move-result-object p0 if-nez p0, :cond_0 const/4 p0, 0x1 return p0 :cond_0 const/4 p0, 0x0 return p0 .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.CoverPhotoKt .method public static final forEdit(Lcom/polarsteps/data/models/domain/CoverPhotoWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia; .locals 2 .param p0 # Lcom/polarsteps/data/models/domain/CoverPhotoWithSensitiveData; .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/ApiCoverPhotoMedia; if-eqz v0, :cond_0 check-cast p0, Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia; return-object p0 :cond_0 instance-of v0, p0, Lcom/polarsteps/data/models/domain/room/RoomCoverPhotoMedia; 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/RoomCoverPhotoMedia; invoke-interface {v0, p0}, Lcom/polarsteps/data/models/mappers/MapStructObjectMapper;->convertCoverPhotoMedia(Lcom/polarsteps/data/models/domain/room/RoomCoverPhotoMedia;)Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia; 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 CoverPhotoWithSensitiveData 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: com.polarsteps.data.models.domain.room.RoomUser .method public getHasMultipleDevices()Z .locals 1 iget-boolean v0, p0, Lcom/polarsteps/data/models/domain/room/RoomUser;->hasMultipleDevices: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: Ub.b$a .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 ``` 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.models.sync.SyncJobResponse .method public getJobId()Ljava/lang/String; .locals 1 iget-object v0, p0, Lcom/polarsteps/service/models/sync/SyncJobResponse;->mJobId: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: Ub.b .method public final a()LUb/b$a; .locals 2 .annotation build Lorg/jetbrains/annotations/NotNull; iget-object v0, p0, LUb/b;->f: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, LUb/b$a; 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: retrofit2.Call .method public abstract execute()Lretrofit2/Response; .annotation system Ldalvik/annotation/Signature; .annotation system Ldalvik/annotation/Throws; .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: xh.c .method public static final r(Lokio/j;Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset; .locals 1 .param p0 # Lokio/j; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .param p1 # Ljava/nio/charset/Charset; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .annotation system Ldalvik/annotation/Throws; .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 const-string v0, "default" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V sget-object v0, Lxh/c;->d:Lokio/B; invoke-interface {p0, v0}, Lokio/j;->d1(Lokio/B;)I move-result p0 const/4 v0, -0x1 if-eq p0, v0, :cond_7 if-eqz p0, :cond_6 const/4 p1, 0x1 if-eq p0, p1, :cond_5 const/4 p1, 0x2 if-eq p0, p1, :cond_4 const/4 p1, 0x3 const-string v0, "forName(...)" if-eq p0, p1, :cond_2 const/4 p1, 0x4 if-ne p0, p1, :cond_1 sget-object p0, Lkotlin/text/Charsets;->a:Lkotlin/text/Charsets; invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class; sget-object p0, Lkotlin/text/Charsets;->c:Ljava/nio/charset/Charset; if-nez p0, :cond_0 const-string p0, "UTF-32LE" invoke-static {p0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset; move-result-object p0 invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V sput-object p0, Lkotlin/text/Charsets;->c:Ljava/nio/charset/Charset; :cond_0 return-object p0 :cond_1 new-instance p0, Ljava/lang/AssertionError; invoke-direct {p0}, Ljava/lang/AssertionError;-><init>()V throw p0 :cond_2 sget-object p0, Lkotlin/text/Charsets;->a:Lkotlin/text/Charsets; invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class; sget-object p0, Lkotlin/text/Charsets;->d:Ljava/nio/charset/Charset; if-nez p0, :cond_3 const-string p0, "UTF-32BE" invoke-static {p0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset; move-result-object p0 invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V sput-object p0, Lkotlin/text/Charsets;->d:Ljava/nio/charset/Charset; :cond_3 return-object p0 :cond_4 sget-object p0, Ljava/nio/charset/StandardCharsets;->UTF_16LE:Ljava/nio/charset/Charset; const-string p1, "UTF_16LE" invoke-static {p0, p1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V return-object p0 :cond_5 sget-object p0, Ljava/nio/charset/StandardCharsets;->UTF_16BE:Ljava/nio/charset/Charset; const-string p1, "UTF_16BE" invoke-static {p0, p1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V return-object p0 :cond_6 sget-object p0, Ljava/nio/charset/StandardCharsets;->UTF_8:Ljava/nio/charset/Charset; const-string p1, "UTF_8" invoke-static {p0, p1}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullExpressionValue(Ljava/lang/Object;Ljava/lang/String;)V return-object p0 :cond_7 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.service.V0 .method public abstract a()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
``` # Class: com.polarsteps.data.models.domain.PlannedStepWithSensitiveDataKt .method public static final forEdit(Lcom/polarsteps/data/models/domain/PlannedStepWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; .locals 2 .param p0 # Lcom/polarsteps/data/models/domain/PlannedStepWithSensitiveData; .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/ApiPlannedStep; if-eqz v0, :cond_0 check-cast p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; return-object p0 :cond_0 instance-of v0, p0, Lcom/polarsteps/data/models/domain/room/RoomPlannedStep; 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/RoomPlannedStep; invoke-interface {v0, p0}, Lcom/polarsteps/data/models/mappers/MapStructObjectMapper;->convertPlannedStep(Lcom/polarsteps/data/models/domain/room/RoomPlannedStep;)Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; 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 PlannedStepWithSensitiveData 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: com.polarsteps.service.V0 .method public abstract f()I .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.V0 .method public abstract q()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
``` # Class: com.polarsteps.data.models.domain.PlannedStepSpotWithSensitiveDataKt .method public static final forEdit(Lcom/polarsteps/data/models/domain/PlannedStepSpotWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot; .locals 2 .param p0 # Lcom/polarsteps/data/models/domain/PlannedStepSpotWithSensitiveData; .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/ApiPlannedStepSpot; if-eqz v0, :cond_0 check-cast p0, Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot; return-object p0 :cond_0 instance-of v0, p0, Lcom/polarsteps/data/models/domain/room/RoomPlannedStepSpot; 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/RoomPlannedStepSpot; invoke-interface {v0, p0}, Lcom/polarsteps/data/models/mappers/MapStructObjectMapper;->convertPlannedStepSpot(Lcom/polarsteps/data/models/domain/room/RoomPlannedStepSpot;)Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot; 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 PlannedStepSpotWithSensitiveData 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
``` .method public constructor <init>(Ljava/lang/Iterable;)V .locals 0 .annotation system Ldalvik/annotation/Signature; invoke-direct {p0}, Ljava/lang/Object;-><init>()V iput-object p1, p0, LU2/a;->a:Ljava/lang/Iterable; 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 final hasNext()Z .locals 1 iget-object v0, p0, LU2/a;->b:Ljava/util/Iterator; if-eqz v0, :cond_0 goto :goto_0 :cond_0 iget-object v0, p0, LU2/a;->a:Ljava/lang/Iterable; invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v0 iput-object v0, p0, LU2/a;->b:Ljava/util/Iterator; :goto_0 iget-object v0, p0, LU2/a;->b:Ljava/util/Iterator; invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z 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
``` .method public final remove()V .locals 1 iget-object v0, p0, LU2/a;->b:Ljava/util/Iterator; if-eqz v0, :cond_0 goto :goto_0 :cond_0 iget-object v0, p0, LU2/a;->a:Ljava/lang/Iterable; invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v0 iput-object v0, p0, LU2/a;->b:Ljava/util/Iterator; :goto_0 iget-object v0, p0, LU2/a;->b:Ljava/util/Iterator; invoke-interface {v0}, Ljava/util/Iterator;->remove()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 final next()Ljava/lang/Object; .locals 1 .annotation system Ldalvik/annotation/Signature; iget-object v0, p0, LU2/a;->b:Ljava/util/Iterator; if-eqz v0, :cond_0 goto :goto_0 :cond_0 iget-object v0, p0, LU2/a;->a:Ljava/lang/Iterable; invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator; move-result-object v0 iput-object v0, p0, LU2/a;->b:Ljava/util/Iterator; :goto_0 iget-object v0, p0, LU2/a;->b:Ljava/util/Iterator; invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object; 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
``` # Class: com.polarsteps.data.database.PolarstepsDatabase .method public abstract mediaDao()Lcom/polarsteps/data/database/daos/MediaDao; .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.google.firebase.f .method public static d()Lcom/google/firebase/f; .locals 4 .annotation build Landroidx/annotation/NonNull; const-string v0, "Default FirebaseApp is not initialized in this process " sget-object v1, Lcom/google/firebase/f;->k:Ljava/lang/Object; monitor-enter v1 :try_start_0 sget-object v2, Lcom/google/firebase/f;->l:Landroidx/collection/a; const-string v3, "[DEFAULT]" invoke-virtual {v2, v3}, Landroidx/collection/c0;->get(Ljava/lang/Object;)Ljava/lang/Object; move-result-object v2 check-cast v2, Lcom/google/firebase/f; if-eqz v2, :cond_0 iget-object v0, v2, Lcom/google/firebase/f;->h:Lm7/b; invoke-interface {v0}, Lm7/b;->get()Ljava/lang/Object; move-result-object v0 check-cast v0, Lcom/google/firebase/heartbeatinfo/a; invoke-virtual {v0}, Lcom/google/firebase/heartbeatinfo/a;->c()V monitor-exit v1 return-object v2 :catchall_0 move-exception v0 goto :goto_0 :cond_0 new-instance v2, Ljava/lang/IllegalStateException; new-instance v3, Ljava/lang/StringBuilder; invoke-direct {v3, v0}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V invoke-static {}, Lq5/f;->a()Ljava/lang/String; move-result-object v0 invoke-virtual {v3, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder; const-string v0, ". Make sure to call FirebaseApp.initializeApp(Context) first." 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-direct {v2, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V throw v2 :goto_0 monitor-exit v1 :try_end_0 .catchall {:try_start_0 .. :try_end_0} :catchall_0 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: com.polarsteps.data.database.PolarstepsDatabase .method public abstract plannedStepDao()Lcom/polarsteps/data/database/daos/PlannedStepDao; .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.database.PolarstepsDatabase .method public abstract plannedStepSpotDao()Lcom/polarsteps/data/database/daos/PlannedStepSpotDao; .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.google.firebase.f .method public final b(Ljava/lang/Class;)Ljava/lang/Object; .locals 1 .annotation system Ldalvik/annotation/Signature; invoke-virtual {p0}, Lcom/google/firebase/f;->a()V iget-object v0, p0, Lcom/google/firebase/f;->d:LR6/i; invoke-interface {v0, p1}, LR6/b;->a(Ljava/lang/Class;)Ljava/lang/Object; move-result-object p1 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.PolarstepsDatabase .method public abstract routeSegmentDao()Lcom/polarsteps/data/database/daos/RouteSegmentDao; .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.google.firebase.f .method public final a()V .locals 2 iget-object v0, p0, Lcom/google/firebase/f;->f:Ljava/util/concurrent/atomic/AtomicBoolean; invoke-virtual {v0}, Ljava/util/concurrent/atomic/AtomicBoolean;->get()Z move-result v0 xor-int/lit8 v0, v0, 0x1 const-string v1, "FirebaseApp was deleted" invoke-static {v1, v0}, Lj5/q;->k(Ljava/lang/String;Z)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.database.PolarstepsDatabase .method public abstract stepDao()Lcom/polarsteps/data/database/daos/PastStepDao; .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.database.PolarstepsDatabase .method public abstract stepSpotDao()Lcom/polarsteps/data/database/daos/StepSpotDao; .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.database.PolarstepsDatabase .method public abstract tripDao()Lcom/polarsteps/data/database/daos/TripDao; .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.database.PolarstepsDatabase .method public abstract userDao()Lcom/polarsteps/data/database/daos/UserDao; .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.database.PolarstepsDatabase .method public abstract zeldaStepDao()Lcom/polarsteps/data/database/daos/ZeldaStepDao; .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
``` .field final synthetic $database:Lcom/polarsteps/data/database/PolarstepsDatabase; .locals 0 .annotation system Ldalvik/annotation/Signature; iput-object p1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->$this_toTripBlocking:Lcom/polarsteps/data/models/domain/room/FullTrip; iput-object p2, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->$database:Lcom/polarsteps/data/database/PolarstepsDatabase; const/4 p1, 0x2 invoke-direct {p0, p1, p3}, Lkotlin/coroutines/jvm/internal/SuspendLambda;-><init>(ILkotlin/coroutines/c;)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 final invoke(Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/c;)Ljava/lang/Object; .locals 0 .annotation system Ldalvik/annotation/Signature; invoke-virtual {p0, p1, p2}, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->create(Ljava/lang/Object;Lkotlin/coroutines/c;)Lkotlin/coroutines/c; move-result-object p1 check-cast p1, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2; sget-object p2, Lkotlin/Unit;->a:Lkotlin/Unit; invoke-virtual {p1, p2}, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; move-result-object p1 return-object 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 final create(Ljava/lang/Object;Lkotlin/coroutines/c;)Lkotlin/coroutines/c; .locals 2 .annotation system Ldalvik/annotation/Signature; new-instance p1, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2; iget-object v0, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->$this_toTripBlocking:Lcom/polarsteps/data/models/domain/room/FullTrip; iget-object v1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->$database:Lcom/polarsteps/data/database/PolarstepsDatabase; invoke-direct {p1, v0, v1, p2}, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;-><init>(Lcom/polarsteps/data/models/domain/room/FullTrip;Lcom/polarsteps/data/database/PolarstepsDatabase;Lkotlin/coroutines/c;)V return-object 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 final invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; .locals 3 sget-object v0, Lkotlin/coroutines/intrinsics/CoroutineSingletons;->COROUTINE_SUSPENDED:Lkotlin/coroutines/intrinsics/CoroutineSingletons; iget v1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->label:I const/4 v2, 0x1 if-eqz v1, :cond_1 if-ne v1, v2, :cond_0 invoke-static {p1}, Lkotlin/l;->b(Ljava/lang/Object;)V return-object p1 :cond_0 new-instance p1, Ljava/lang/IllegalStateException; const-string v0, "call to \'resume\' before \'invoke\' with coroutine" invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V throw p1 :cond_1 invoke-static {p1}, Lkotlin/l;->b(Ljava/lang/Object;)V iget-object p1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->$this_toTripBlocking:Lcom/polarsteps/data/models/domain/room/FullTrip; iget-object v1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->$database:Lcom/polarsteps/data/database/PolarstepsDatabase; iput v2, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$2;->label:I invoke-virtual {p1, v1, p0}, Lcom/polarsteps/data/models/domain/room/FullTrip;->toTrip(Lcom/polarsteps/data/database/PolarstepsDatabase;Lkotlin/coroutines/c;)Ljava/lang/Object; move-result-object p1 if-ne p1, v0, :cond_2 return-object v0 :cond_2 return-object 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 final invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; .locals 3 sget-object v0, Lkotlin/coroutines/intrinsics/CoroutineSingletons;->COROUTINE_SUSPENDED:Lkotlin/coroutines/intrinsics/CoroutineSingletons; iget v1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->label:I const/4 v2, 0x1 if-eqz v1, :cond_1 if-ne v1, v2, :cond_0 invoke-static {p1}, Lkotlin/l;->b(Ljava/lang/Object;)V return-object p1 :cond_0 new-instance p1, Ljava/lang/IllegalStateException; const-string v0, "call to \'resume\' before \'invoke\' with coroutine" invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V throw p1 :cond_1 invoke-static {p1}, Lkotlin/l;->b(Ljava/lang/Object;)V iget-object p1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->$this_toTripBlocking:Lcom/polarsteps/data/models/domain/room/SimpleTrip; iget-object v1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->$database:Lcom/polarsteps/data/database/PolarstepsDatabase; iput v2, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->label:I invoke-virtual {p1, v1, p0}, Lcom/polarsteps/data/models/domain/room/SimpleTrip;->toTrip(Lcom/polarsteps/data/database/PolarstepsDatabase;Lkotlin/coroutines/c;)Ljava/lang/Object; move-result-object p1 if-ne p1, v0, :cond_2 return-object v0 :cond_2 return-object 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 final create(Ljava/lang/Object;Lkotlin/coroutines/c;)Lkotlin/coroutines/c; .locals 2 .annotation system Ldalvik/annotation/Signature; new-instance p1, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1; iget-object v0, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->$this_toTripBlocking:Lcom/polarsteps/data/models/domain/room/SimpleTrip; iget-object v1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->$database:Lcom/polarsteps/data/database/PolarstepsDatabase; invoke-direct {p1, v0, v1, p2}, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;-><init>(Lcom/polarsteps/data/models/domain/room/SimpleTrip;Lcom/polarsteps/data/database/PolarstepsDatabase;Lkotlin/coroutines/c;)V return-object 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
``` .field final synthetic $database:Lcom/polarsteps/data/database/PolarstepsDatabase; .locals 0 .annotation system Ldalvik/annotation/Signature; iput-object p1, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->$this_toTripBlocking:Lcom/polarsteps/data/models/domain/room/SimpleTrip; iput-object p2, p0, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->$database:Lcom/polarsteps/data/database/PolarstepsDatabase; const/4 p1, 0x2 invoke-direct {p0, p1, p3}, Lkotlin/coroutines/jvm/internal/SuspendLambda;-><init>(ILkotlin/coroutines/c;)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 final invoke(Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/c;)Ljava/lang/Object; .locals 0 .annotation system Ldalvik/annotation/Signature; invoke-virtual {p0, p1, p2}, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->create(Ljava/lang/Object;Lkotlin/coroutines/c;)Lkotlin/coroutines/c; move-result-object p1 check-cast p1, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1; sget-object p2, Lkotlin/Unit;->a:Lkotlin/Unit; invoke-virtual {p1, p2}, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;->invokeSuspend(Ljava/lang/Object;)Ljava/lang/Object; move-result-object p1 return-object 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
``` # Class: com.polarsteps.data.models.domain.room.ViewsKt .method public static final toTripBlocking(Lcom/polarsteps/data/models/domain/room/SimpleTrip;Lcom/polarsteps/data/database/PolarstepsDatabase;)Lcom/polarsteps/data/models/domain/room/RoomTrip; .locals 3 .param p0 # Lcom/polarsteps/data/models/domain/room/SimpleTrip; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .param p1 # Lcom/polarsteps/data/database/PolarstepsDatabase; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .annotation runtime Lkotlin/e; .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 const-string v0, "database" invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V sget-object v0, Lcom/polarsteps/common/coroutines/c;->a:Lkotlinx/coroutines/CoroutineDispatcher; sget-object v0, Lcom/polarsteps/common/coroutines/c;->a:Lkotlinx/coroutines/CoroutineDispatcher; new-instance v1, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1; const/4 v2, 0x0 invoke-direct {v1, p0, p1, v2}, Lcom/polarsteps/data/models/domain/room/ViewsKt$toTripBlocking$1;-><init>(Lcom/polarsteps/data/models/domain/room/SimpleTrip;Lcom/polarsteps/data/database/PolarstepsDatabase;Lkotlin/coroutines/c;)V invoke-static {v0, v1}, Lkotlinx/coroutines/BuildersKt;->runBlocking(Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; move-result-object p0 check-cast p0, Lcom/polarsteps/data/models/domain/room/RoomTrip; return-object p0 .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.android.gms.internal.measurement.X1 .method public static final s(III)I .locals 1 if-lez p2, :cond_4 if-lt p0, p1, :cond_0 goto :goto_3 :cond_0 rem-int v0, p1, p2 if-ltz v0, :cond_1 goto :goto_0 :cond_1 add-int/2addr v0, p2 :goto_0 rem-int/2addr p0, p2 if-ltz p0, :cond_2 goto :goto_1 :cond_2 add-int/2addr p0, p2 :goto_1 sub-int/2addr v0, p0 rem-int/2addr v0, p2 if-ltz v0, :cond_3 goto :goto_2 :cond_3 add-int/2addr v0, p2 :goto_2 sub-int/2addr p1, v0 return p1 :cond_4 if-gez p2, :cond_9 if-gt p0, p1, :cond_5 :goto_3 return p1 :cond_5 neg-int p2, p2 rem-int/2addr p0, p2 if-ltz p0, :cond_6 goto :goto_4 :cond_6 add-int/2addr p0, p2 :goto_4 rem-int v0, p1, p2 if-ltz v0, :cond_7 goto :goto_5 :cond_7 add-int/2addr v0, p2 :goto_5 sub-int/2addr p0, v0 rem-int/2addr p0, p2 if-ltz p0, :cond_8 goto :goto_6 :cond_8 add-int/2addr p0, p2 :goto_6 add-int/2addr p0, p1 return p0 :cond_9 new-instance p0, Ljava/lang/IllegalArgumentException; const-string p1, "Step is zero." invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V throw p0 .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.RouteSegmentWithSensitiveDataKt .method public static final forEdit(Lcom/polarsteps/data/models/domain/RouteSegmentWithSensitiveData;)Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; .locals 2 .param p0 # Lcom/polarsteps/data/models/domain/RouteSegmentWithSensitiveData; .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/ApiRouteSegment; if-eqz v0, :cond_0 check-cast p0, Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; return-object p0 :cond_0 instance-of v0, p0, Lcom/polarsteps/data/models/domain/room/RoomRouteSegment; 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/RoomRouteSegment; invoke-interface {v0, p0}, Lcom/polarsteps/data/models/mappers/MapStructObjectMapper;->convertRouteSegment(Lcom/polarsteps/data/models/domain/room/RoomRouteSegment;)Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; 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 RouteSegmentWithSensitiveData 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: com.polarsteps.data.models.mappers.MapStructObjectMapperKt .method public static final getObjectMapper()Lcom/polarsteps/data/models/mappers/MapStructObjectMapper; .locals 1 sget-object v0, Lcom/polarsteps/data/models/mappers/MapStructObjectMapperKt;->ObjectMapper$delegate:Lkotlin/i; invoke-interface {v0}, Lkotlin/i;->getValue()Ljava/lang/Object; move-result-object v0 check-cast v0, Lcom/polarsteps/data/models/mappers/MapStructObjectMapper; 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: retrofit2.Response .method public body()Ljava/lang/Object; .locals 1 .annotation system Ldalvik/annotation/Signature; iget-object v0, p0, Lretrofit2/Response;->body:Ljava/lang/Object; 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: retrofit2.Response .method public code()I .locals 1 iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/D; iget v0, v0, Lokhttp3/D;->d:I 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: retrofit2.Response .method public errorBody()Lokhttp3/E; .locals 1 iget-object v0, p0, Lretrofit2/Response;->errorBody:Lokhttp3/E; 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: retrofit2.Response .method public headers()Lokhttp3/s; .locals 1 iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/D; iget-object v0, v0, Lokhttp3/D;->f:Lokhttp3/s; 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: retrofit2.Response .method public isSuccessful()Z .locals 1 iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/D; invoke-virtual {v0}, Lokhttp3/D;->s()Z move-result v0 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: retrofit2.Response .method public message()Ljava/lang/String; .locals 1 iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/D; iget-object v0, v0, Lokhttp3/D;->c: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.mappers.MapStructObjectMapper .method public abstract convertCoverPhotoMedia(Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia;)Lcom/polarsteps/data/models/domain/room/RoomCoverPhotoMedia; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiCoverPhotoMedia; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.mappers.MapStructObjectMapper .method public abstract convertMedia(Lcom/polarsteps/data/models/domain/api/ApiMedia;)Lcom/polarsteps/data/models/domain/room/RoomMedia; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiMedia; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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: c9.b .method public abstract E()Ljava/lang/String; .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.mappers.MapStructObjectMapper .method public abstract convertPlannedStep(Lcom/polarsteps/data/models/domain/api/ApiPlannedStep;)Lcom/polarsteps/data/models/domain/room/RoomPlannedStep; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiPlannedStep; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.mappers.MapStructObjectMapper .method public abstract convertPlannedStepSpot(Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot;)Lcom/polarsteps/data/models/domain/room/RoomPlannedStepSpot; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiPlannedStepSpot; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.mappers.MapStructObjectMapper .method public abstract convertRouteSegment(Lcom/polarsteps/data/models/domain/api/ApiRouteSegment;)Lcom/polarsteps/data/models/domain/room/RoomRouteSegment; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiRouteSegment; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.google.gson.Gson .method public getAdapter(Ljava/lang/Class;)Lcom/google/gson/TypeAdapter; .locals 0 .annotation system Ldalvik/annotation/Signature; invoke-static {p1}, Lcom/google/gson/reflect/TypeToken;->get(Ljava/lang/Class;)Lcom/google/gson/reflect/TypeToken; move-result-object p1 invoke-virtual {p0, p1}, Lcom/google/gson/Gson;->getAdapter(Lcom/google/gson/reflect/TypeToken;)Lcom/google/gson/TypeAdapter; move-result-object p1 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.models.mappers.MapStructObjectMapper .method public abstract convertStep(Lcom/polarsteps/data/models/domain/api/ApiStep;)Lcom/polarsteps/data/models/domain/room/RoomStep; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiStep; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.google.gson.Gson .method public newJsonWriter(Ljava/io/Writer;)Lcom/google/gson/stream/JsonWriter; .locals 1 .annotation system Ldalvik/annotation/Throws; iget-boolean v0, p0, Lcom/google/gson/Gson;->generateNonExecutableJson:Z if-eqz v0, :cond_0 const-string v0, ")]}\'\n" invoke-virtual {p1, v0}, Ljava/io/Writer;->write(Ljava/lang/String;)V :cond_0 new-instance v0, Lcom/google/gson/stream/JsonWriter; invoke-direct {v0, p1}, Lcom/google/gson/stream/JsonWriter;-><init>(Ljava/io/Writer;)V iget-object p1, p0, Lcom/google/gson/Gson;->formattingStyle:Lcom/google/gson/FormattingStyle; invoke-virtual {v0, p1}, Lcom/google/gson/stream/JsonWriter;->setFormattingStyle(Lcom/google/gson/FormattingStyle;)V iget-boolean p1, p0, Lcom/google/gson/Gson;->htmlSafe:Z invoke-virtual {v0, p1}, Lcom/google/gson/stream/JsonWriter;->setHtmlSafe(Z)V iget-object p1, p0, Lcom/google/gson/Gson;->strictness:Lcom/google/gson/Strictness; if-nez p1, :cond_1 sget-object p1, Lcom/google/gson/Strictness;->LEGACY_STRICT:Lcom/google/gson/Strictness; :cond_1 invoke-virtual {v0, p1}, Lcom/google/gson/stream/JsonWriter;->setStrictness(Lcom/google/gson/Strictness;)V iget-boolean p1, p0, Lcom/google/gson/Gson;->serializeNulls:Z invoke-virtual {v0, p1}, Lcom/google/gson/stream/JsonWriter;->setSerializeNulls(Z)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:
Yes
``` # Class: com.polarsteps.data.models.mappers.MapStructObjectMapper .method public abstract convertStepSpot(Lcom/polarsteps/data/models/domain/api/ApiStepSpot;)Lcom/polarsteps/data/models/domain/room/RoomStepSpot; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiStepSpot; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.google.gson.Gson .method public toJson(Ljava/lang/Object;Ljava/lang/reflect/Type;Ljava/lang/Appendable;)V .locals 0 .annotation system Ldalvik/annotation/Throws; :try_start_0 invoke-static {p3}, Lcom/google/gson/internal/Streams;->writerForAppendable(Ljava/lang/Appendable;)Ljava/io/Writer; move-result-object p3 invoke-virtual {p0, p3}, Lcom/google/gson/Gson;->newJsonWriter(Ljava/io/Writer;)Lcom/google/gson/stream/JsonWriter; move-result-object p3 invoke-virtual {p0, p1, p2, p3}, Lcom/google/gson/Gson;->toJson(Ljava/lang/Object;Ljava/lang/reflect/Type;Lcom/google/gson/stream/JsonWriter;)V :try_end_0 .catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0 return-void :catch_0 move-exception p1 new-instance p2, Lcom/google/gson/JsonIOException; invoke-direct {p2, p1}, Lcom/google/gson/JsonIOException;-><init>(Ljava/lang/Throwable;)V throw p2 .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.mappers.MapStructObjectMapper .method public abstract convertTrip(Lcom/polarsteps/data/models/domain/api/ApiTrip;)Lcom/polarsteps/data/models/domain/room/RoomTrip; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiTrip; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.mappers.MapStructObjectMapper .method public abstract convertUser(Lcom/polarsteps/data/models/domain/api/ApiUser;)Lcom/polarsteps/data/models/domain/room/RoomUser; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiUser; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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.mappers.MapStructObjectMapper .method public abstract convertZeldastep(Lcom/polarsteps/data/models/domain/api/ApiZeldaStep;)Lcom/polarsteps/data/models/domain/room/RoomZeldaStep; .param p1 # Lcom/polarsteps/data/models/domain/api/ApiZeldaStep; .annotation build Lorg/jetbrains/annotations/NotNull; .end param .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
``` .method public final remove()V .locals 2 new-instance v0, Ljava/lang/UnsupportedOperationException; const-string v1, "remove not supported" invoke-direct {v0, v1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V throw 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 final hasNext()Z .locals 3 iget-boolean v0, p0, LV2/a;->d:Z if-nez v0, :cond_2 :cond_0 iget-object v0, p0, LV2/a;->a:Ljava/util/Iterator; invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z move-result v1 const/4 v2, 0x1 if-eqz v1, :cond_1 invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object; move-result-object v0 iput-object v0, p0, LV2/a;->e:Ljava/lang/Object; iget-object v1, p0, LV2/a;->b:LT2/a; invoke-interface {v1, v0}, LT2/a;->test(Ljava/lang/Object;)Z move-result v0 if-eqz v0, :cond_0 iput-boolean v2, p0, LV2/a;->c:Z goto :goto_0 :cond_1 const/4 v0, 0x0 iput-boolean v0, p0, LV2/a;->c:Z :goto_0 iput-boolean v2, p0, LV2/a;->d:Z :cond_2 iget-boolean v0, p0, LV2/a;->c:Z 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 final next()Ljava/lang/Object; .locals 1 .annotation system Ldalvik/annotation/Signature; iget-boolean v0, p0, LV2/a;->d:Z if-nez v0, :cond_0 invoke-virtual {p0}, LV2/a;->hasNext()Z move-result v0 iput-boolean v0, p0, LV2/a;->c:Z :cond_0 iget-boolean v0, p0, LV2/a;->c:Z if-eqz v0, :cond_1 const/4 v0, 0x0 iput-boolean v0, p0, LV2/a;->d:Z iget-object v0, p0, LV2/a;->e:Ljava/lang/Object; return-object v0 :cond_1 new-instance v0, Ljava/util/NoSuchElementException; invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V throw 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>(Ljava/util/Iterator;LT2/a;)V .locals 0 .annotation system Ldalvik/annotation/Signature; invoke-direct {p0}, Ljava/lang/Object;-><init>()V iput-object p1, p0, LV2/a;->a:Ljava/util/Iterator; iput-object p2, p0, LV2/a;->b:LT2/a; 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: cg.a .field public static volatile a:LQe/e; .locals 3 sget-object v0, Lcg/a;->a:LQe/e; if-nez p0, :cond_0 const-string p0, "onError called with a null Throwable." invoke-static {p0}, Lio/reactivex/rxjava3/internal/util/ExceptionHelper;->b(Ljava/lang/String;)Ljava/lang/NullPointerException; move-result-object p0 goto :goto_0 :cond_0 instance-of v1, p0, Lio/reactivex/rxjava3/exceptions/OnErrorNotImplementedException; if-eqz v1, :cond_1 goto :goto_0 :cond_1 instance-of v1, p0, Lio/reactivex/rxjava3/exceptions/MissingBackpressureException; if-eqz v1, :cond_2 goto :goto_0 :cond_2 instance-of v1, p0, Lio/reactivex/rxjava3/exceptions/QueueOverflowException; if-eqz v1, :cond_3 goto :goto_0 :cond_3 instance-of v1, p0, Ljava/lang/IllegalStateException; if-eqz v1, :cond_4 goto :goto_0 :cond_4 instance-of v1, p0, Ljava/lang/NullPointerException; if-eqz v1, :cond_5 goto :goto_0 :cond_5 instance-of v1, p0, Ljava/lang/IllegalArgumentException; if-eqz v1, :cond_6 goto :goto_0 :cond_6 instance-of v1, p0, Lio/reactivex/rxjava3/exceptions/CompositeException; if-eqz v1, :cond_7 goto :goto_0 :cond_7 new-instance v1, Lio/reactivex/rxjava3/exceptions/UndeliverableException; invoke-direct {v1, p0}, Lio/reactivex/rxjava3/exceptions/UndeliverableException;-><init>(Ljava/lang/Throwable;)V move-object p0, v1 :goto_0 if-eqz v0, :cond_8 :try_start_0 sget-object p0, Lcom/polarsteps/PolarstepsApp;->x:Lcom/polarsteps/PolarstepsApp; :try_end_0 .catchall {:try_start_0 .. :try_end_0} :catchall_0 return-void :catchall_0 move-exception v0 invoke-virtual {v0}, Ljava/lang/Throwable;->printStackTrace()V invoke-static {}, Ljava/lang/Thread;->currentThread()Ljava/lang/Thread; move-result-object v1 invoke-virtual {v1}, Ljava/lang/Thread;->getUncaughtExceptionHandler()Ljava/lang/Thread$UncaughtExceptionHandler; move-result-object v2 invoke-interface {v2, v1, v0}, Ljava/lang/Thread$UncaughtExceptionHandler;->uncaughtException(Ljava/lang/Thread;Ljava/lang/Throwable;)V :cond_8 invoke-virtual {p0}, Ljava/lang/Throwable;->printStackTrace()V invoke-static {}, Ljava/lang/Thread;->currentThread()Ljava/lang/Thread; move-result-object v0 invoke-virtual {v0}, Ljava/lang/Thread;->getUncaughtExceptionHandler()Ljava/lang/Thread$UncaughtExceptionHandler; move-result-object v1 invoke-interface {v1, v0, p0}, Ljava/lang/Thread$UncaughtExceptionHandler;->uncaughtException(Ljava/lang/Thread;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