Files
rr3-apk/smali/androidx/work/impl/model/PreferenceDao.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

40 lines
1.1 KiB
Smali

.class public interface abstract Landroidx/work/impl/model/PreferenceDao;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroidx/room/Dao;
.end annotation
# virtual methods
.method public abstract getLongValue(Ljava/lang/String;)Ljava/lang/Long;
.annotation build Landroidx/room/Query;
value = "SELECT long_value FROM Preference where `key`=:key"
.end annotation
.end method
.method public abstract getObservableLongValue(Ljava/lang/String;)Landroidx/lifecycle/LiveData;
.annotation build Landroidx/room/Query;
value = "SELECT long_value FROM Preference where `key`=:key"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Landroidx/lifecycle/LiveData<",
"Ljava/lang/Long;",
">;"
}
.end annotation
.end method
.method public abstract insertPreference(Landroidx/work/impl/model/Preference;)V
.annotation build Landroidx/room/Insert;
onConflict = 0x1
.end annotation
.end method