- 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
27 lines
665 B
Java
27 lines
665 B
Java
package androidx.datastore.preferences.protobuf;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class OneofInfo {
|
|
private final java.lang.reflect.Field caseField;
|
|
private final int id;
|
|
private final java.lang.reflect.Field valueField;
|
|
|
|
public java.lang.reflect.Field getCaseField() {
|
|
return this.caseField;
|
|
}
|
|
|
|
public int getId() {
|
|
return this.id;
|
|
}
|
|
|
|
public java.lang.reflect.Field getValueField() {
|
|
return this.valueField;
|
|
}
|
|
|
|
public OneofInfo(int i, java.lang.reflect.Field field, java.lang.reflect.Field field2) {
|
|
this.id = i;
|
|
this.caseField = field;
|
|
this.valueField = field2;
|
|
}
|
|
}
|