- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
31 lines
549 B
Java
31 lines
549 B
Java
package androidx.datastore.preferences.protobuf;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface EnumOrBuilder extends MessageLiteOrBuilder {
|
|
EnumValue getEnumvalue(int i);
|
|
|
|
int getEnumvalueCount();
|
|
|
|
List<EnumValue> getEnumvalueList();
|
|
|
|
String getName();
|
|
|
|
ByteString getNameBytes();
|
|
|
|
Option getOptions(int i);
|
|
|
|
int getOptionsCount();
|
|
|
|
List<Option> getOptionsList();
|
|
|
|
SourceContext getSourceContext();
|
|
|
|
Syntax getSyntax();
|
|
|
|
int getSyntaxValue();
|
|
|
|
boolean hasSourceContext();
|
|
}
|