tmap/smali/com/google/android/gms/measurement/AppMeasurementJobService.smali
2022-06-10 21:38:30 +09:00

196 lines
5.3 KiB
Smali

.class public final Lcom/google/android/gms/measurement/AppMeasurementJobService;
.super Landroid/app/job/JobService;
.source "com.google.android.gms:play-services-measurement@@20.1.0"
# interfaces
.implements Lcom/google/android/gms/measurement/internal/zzjq;
# annotations
.annotation build Landroid/annotation/TargetApi;
value = 0x18
.end annotation
# instance fields
.field private zza:Lcom/google/android/gms/measurement/internal/zzjr;
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Landroid/app/job/JobService;-><init>()V
return-void
.end method
.method private final zzd()Lcom/google/android/gms/measurement/internal/zzjr;
.locals 1
.line 1
iget-object v0, p0, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zza:Lcom/google/android/gms/measurement/internal/zzjr;
if-nez v0, :cond_0
new-instance v0, Lcom/google/android/gms/measurement/internal/zzjr;
invoke-direct {v0, p0}, Lcom/google/android/gms/measurement/internal/zzjr;-><init>(Landroid/content/Context;)V
iput-object v0, p0, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zza:Lcom/google/android/gms/measurement/internal/zzjr;
:cond_0
iget-object v0, p0, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zza:Lcom/google/android/gms/measurement/internal/zzjr;
return-object v0
.end method
# virtual methods
.method public onCreate()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
.line 1
invoke-super {p0}, Landroid/app/job/JobService;->onCreate()V
.line 2
invoke-direct {p0}, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zzd()Lcom/google/android/gms/measurement/internal/zzjr;
move-result-object v0
invoke-virtual {v0}, Lcom/google/android/gms/measurement/internal/zzjr;->zze()V
return-void
.end method
.method public onDestroy()V
.locals 1
.annotation build Landroidx/annotation/MainThread;
.end annotation
.line 1
invoke-direct {p0}, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zzd()Lcom/google/android/gms/measurement/internal/zzjr;
move-result-object v0
invoke-virtual {v0}, Lcom/google/android/gms/measurement/internal/zzjr;->zzf()V
.line 2
invoke-super {p0}, Landroid/app/job/JobService;->onDestroy()V
return-void
.end method
.method public onRebind(Landroid/content/Intent;)V
.locals 1
.param p1 # Landroid/content/Intent;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/MainThread;
.end annotation
.line 1
invoke-direct {p0}, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zzd()Lcom/google/android/gms/measurement/internal/zzjr;
move-result-object v0
invoke-virtual {v0, p1}, Lcom/google/android/gms/measurement/internal/zzjr;->zzg(Landroid/content/Intent;)V
return-void
.end method
.method public onStartJob(Landroid/app/job/JobParameters;)Z
.locals 1
.param p1 # Landroid/app/job/JobParameters;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
invoke-direct {p0}, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zzd()Lcom/google/android/gms/measurement/internal/zzjr;
move-result-object v0
invoke-virtual {v0, p1}, Lcom/google/android/gms/measurement/internal/zzjr;->zzi(Landroid/app/job/JobParameters;)Z
const/4 p1, 0x1
return p1
.end method
.method public onStopJob(Landroid/app/job/JobParameters;)Z
.locals 0
.param p1 # Landroid/app/job/JobParameters;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const/4 p1, 0x0
return p1
.end method
.method public onUnbind(Landroid/content/Intent;)Z
.locals 1
.param p1 # Landroid/content/Intent;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/MainThread;
.end annotation
.line 1
invoke-direct {p0}, Lcom/google/android/gms/measurement/AppMeasurementJobService;->zzd()Lcom/google/android/gms/measurement/internal/zzjr;
move-result-object v0
invoke-virtual {v0, p1}, Lcom/google/android/gms/measurement/internal/zzjr;->zzj(Landroid/content/Intent;)Z
const/4 p1, 0x1
return p1
.end method
.method public final zza(Landroid/content/Intent;)V
.locals 0
.param p1 # Landroid/content/Intent;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public final zzb(Landroid/app/job/JobParameters;Z)V
.locals 0
.param p1 # Landroid/app/job/JobParameters;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroid/annotation/TargetApi;
value = 0x18
.end annotation
const/4 p2, 0x0
.line 1
invoke-virtual {p0, p1, p2}, Landroid/app/job/JobService;->jobFinished(Landroid/app/job/JobParameters;Z)V
return-void
.end method
.method public final zzc(I)Z
.locals 0
.line 1
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
.end method