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

27 lines
530 B
Smali

.class public Lcom/google/android/gms/location/LocationCallback;
.super Ljava/lang/Object;
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onLocationAvailability(Lcom/google/android/gms/location/LocationAvailability;)V
.locals 0
return-void
.end method
.method public onLocationResult(Lcom/google/android/gms/location/LocationResult;)V
.locals 0
return-void
.end method