Files
rr3-apk/smali/androidx/datastore/preferences/protobuf/Internal$BooleanList.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

41 lines
1.0 KiB
Smali

.class public interface abstract Landroidx/datastore/preferences/protobuf/Internal$BooleanList;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroidx/datastore/preferences/protobuf/Internal$ProtobufList;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/datastore/preferences/protobuf/Internal;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "BooleanList"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroidx/datastore/preferences/protobuf/Internal$ProtobufList<",
"Ljava/lang/Boolean;",
">;"
}
.end annotation
# virtual methods
.method public abstract addBoolean(Z)V
.end method
.method public abstract getBoolean(I)Z
.end method
.method public abstract mutableCopyWithCapacity(I)Landroidx/datastore/preferences/protobuf/Internal$BooleanList;
.end method
.method public abstract setBoolean(IZ)Z
.end method