- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
261 lines
6.5 KiB
Smali
261 lines
6.5 KiB
Smali
.class public abstract Landroidx/core/location/GnssStatusCompat;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/core/location/GnssStatusCompat$Callback;,
|
|
Landroidx/core/location/GnssStatusCompat$ConstellationType;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final CONSTELLATION_BEIDOU:I = 0x5
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final CONSTELLATION_GALILEO:I = 0x6
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final CONSTELLATION_GLONASS:I = 0x3
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final CONSTELLATION_GPS:I = 0x1
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final CONSTELLATION_IRNSS:I = 0x7
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final CONSTELLATION_QZSS:I = 0x4
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final CONSTELLATION_SBAS:I = 0x2
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final CONSTELLATION_UNKNOWN:I
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"InlinedApi"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 129
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static wrap(Landroid/location/GnssStatus;)Landroidx/core/location/GnssStatusCompat;
|
|
.locals 1
|
|
.param p0 # Landroid/location/GnssStatus;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x18
|
|
.end annotation
|
|
|
|
.line 116
|
|
new-instance v0, Landroidx/core/location/GnssStatusWrapper;
|
|
|
|
invoke-direct {v0, p0}, Landroidx/core/location/GnssStatusWrapper;-><init>(Ljava/lang/Object;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static wrap(Landroid/location/GpsStatus;)Landroidx/core/location/GnssStatusCompat;
|
|
.locals 1
|
|
.param p0 # Landroid/location/GpsStatus;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"ReferencesDeprecated"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 125
|
|
new-instance v0, Landroidx/core/location/GpsStatusWrapper;
|
|
|
|
invoke-direct {v0, p0}, Landroidx/core/location/GpsStatusWrapper;-><init>(Landroid/location/GpsStatus;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getAzimuthDegrees(I)F
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/FloatRange;
|
|
from = 0.0
|
|
to = 360.0
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getBasebandCn0DbHz(I)F
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/FloatRange;
|
|
from = 0.0
|
|
to = 63.0
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getCarrierFrequencyHz(I)F
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/FloatRange;
|
|
from = 0.0
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getCn0DbHz(I)F
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/FloatRange;
|
|
from = 0.0
|
|
to = 63.0
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getConstellationType(I)I
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract getElevationDegrees(I)F
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/FloatRange;
|
|
from = -90.0
|
|
to = 90.0
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getSatelliteCount()I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getSvid(I)I
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x1L
|
|
to = 0xc8L
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract hasAlmanacData(I)Z
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract hasBasebandCn0DbHz(I)Z
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract hasCarrierFrequencyHz(I)Z
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract hasEphemerisData(I)Z
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.end method
|
|
|
|
.method public abstract usedInFix(I)Z
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
from = 0x0L
|
|
.end annotation
|
|
.end param
|
|
.end method
|