Files
rr3-apk/smali_classes5/gatewayprotocol/v1/BidRequestEventOuterClass$Device.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

1440 lines
42 KiB
Smali

.class public final Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.super Lcom/google/protobuf/GeneratedMessageLite;
.source "SourceFile"
# interfaces
.implements Lgatewayprotocol/v1/BidRequestEventOuterClass$DeviceOrBuilder;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lgatewayprotocol/v1/BidRequestEventOuterClass;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Device"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/GeneratedMessageLite<",
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;",
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;",
">;",
"Lgatewayprotocol/v1/BidRequestEventOuterClass$DeviceOrBuilder;"
}
.end annotation
# static fields
.field private static final DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.field public static final DEVICE_TYPE_FIELD_NUMBER:I = 0x3
.field public static final IP_FIELD_NUMBER:I = 0x2
.field public static final MAKE_FIELD_NUMBER:I = 0x4
.field public static final MODEL_FIELD_NUMBER:I = 0x5
.field public static final OSV_FIELD_NUMBER:I = 0x7
.field public static final OS_FIELD_NUMBER:I = 0x6
.field private static volatile PARSER:Lcom/google/protobuf/Parser; = null
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/Parser<",
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;",
">;"
}
.end annotation
.end field
.field public static final UA_FIELD_NUMBER:I = 0x1
# instance fields
.field private bitField0_:I
.field private deviceType_:I
.field private ip_:Ljava/lang/String;
.field private make_:Ljava/lang/String;
.field private model_:Ljava/lang/String;
.field private os_:Ljava/lang/String;
.field private osv_:Ljava/lang/String;
.field private ua_:Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 6922
new-instance v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
invoke-direct {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;-><init>()V
sput-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
const-class v1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6926
invoke-static {v1, v0}, Lcom/google/protobuf/GeneratedMessageLite;->registerDefaultInstance(Ljava/lang/Class;Lcom/google/protobuf/GeneratedMessageLite;)V
return-void
.end method
.method private constructor <init>()V
.locals 1
.line 6012
invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageLite;-><init>()V
const-string v0, ""
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ua_:Ljava/lang/String;
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ip_:Ljava/lang/String;
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->make_:Ljava/lang/String;
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->model_:Ljava/lang/String;
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->os_:Ljava/lang/String;
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->osv_:Ljava/lang/String;
return-void
.end method
.method public static synthetic access$12400()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object v0
.end method
.method public static synthetic access$12500(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Ljava/lang/String;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setUa(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$12600(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)V
.locals 0
.line 6007
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->clearUa()V
return-void
.end method
.method public static synthetic access$12700(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setUaBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$12800(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Ljava/lang/String;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setIp(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$12900(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)V
.locals 0
.line 6007
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->clearIp()V
return-void
.end method
.method public static synthetic access$13000(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setIpBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$13100(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;I)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setDeviceType(I)V
return-void
.end method
.method public static synthetic access$13200(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)V
.locals 0
.line 6007
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->clearDeviceType()V
return-void
.end method
.method public static synthetic access$13300(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Ljava/lang/String;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setMake(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$13400(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)V
.locals 0
.line 6007
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->clearMake()V
return-void
.end method
.method public static synthetic access$13500(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setMakeBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$13600(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Ljava/lang/String;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setModel(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$13700(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)V
.locals 0
.line 6007
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->clearModel()V
return-void
.end method
.method public static synthetic access$13800(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setModelBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$13900(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Ljava/lang/String;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setOs(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$14000(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)V
.locals 0
.line 6007
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->clearOs()V
return-void
.end method
.method public static synthetic access$14100(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setOsBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$14200(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Ljava/lang/String;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setOsv(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$14300(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)V
.locals 0
.line 6007
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->clearOsv()V
return-void
.end method
.method public static synthetic access$14400(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6007
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->setOsvBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method private clearDeviceType()V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, -0x5
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
const/4 v0, 0x0
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->deviceType_:I
return-void
.end method
.method private clearIp()V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, -0x3
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
.line 6118
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
move-result-object v0
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getIp()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ip_:Ljava/lang/String;
return-void
.end method
.method private clearMake()V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, -0x9
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
.line 6207
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
move-result-object v0
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getMake()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->make_:Ljava/lang/String;
return-void
.end method
.method private clearModel()V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, -0x11
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
.line 6262
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
move-result-object v0
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getModel()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->model_:Ljava/lang/String;
return-void
.end method
.method private clearOs()V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, -0x21
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
.line 6317
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
move-result-object v0
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getOs()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->os_:Ljava/lang/String;
return-void
.end method
.method private clearOsv()V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, -0x41
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
.line 6372
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
move-result-object v0
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getOsv()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->osv_:Ljava/lang/String;
return-void
.end method
.method private clearUa()V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, -0x2
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
.line 6063
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
move-result-object v0
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->getUa()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ua_:Ljava/lang/String;
return-void
.end method
.method public static getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object v0
.end method
.method public static newBuilder()Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;
.locals 1
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6460
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder()Lcom/google/protobuf/GeneratedMessageLite$Builder;
move-result-object v0
check-cast v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;
return-object v0
.end method
.method public static newBuilder(Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;
.locals 1
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6463
invoke-virtual {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite$Builder;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6437
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6443
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/ByteString;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6401
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6408
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6448
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6455
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6425
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6432
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6388
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6395
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom([B)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6413
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;[B)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6420
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;[BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p0
.end method
.method public static parser()Lcom/google/protobuf/Parser;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/protobuf/Parser<",
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;",
">;"
}
.end annotation
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6937
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->getParserForType()Lcom/google/protobuf/Parser;
move-result-object v0
return-object v0
.end method
.method private setDeviceType(I)V
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 v0, v0, 0x4
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->deviceType_:I
return-void
.end method
.method private setIp(Ljava/lang/String;)V
.locals 1
.line 6109
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 v0, v0, 0x2
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ip_:Ljava/lang/String;
return-void
.end method
.method private setIpBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6126
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
.line 6127
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ip_:Ljava/lang/String;
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 p1, p1, 0x2
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
return-void
.end method
.method private setMake(Ljava/lang/String;)V
.locals 1
.line 6198
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 v0, v0, 0x8
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->make_:Ljava/lang/String;
return-void
.end method
.method private setMakeBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6215
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
.line 6216
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->make_:Ljava/lang/String;
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 p1, p1, 0x8
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
return-void
.end method
.method private setModel(Ljava/lang/String;)V
.locals 1
.line 6253
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 v0, v0, 0x10
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->model_:Ljava/lang/String;
return-void
.end method
.method private setModelBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6270
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
.line 6271
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->model_:Ljava/lang/String;
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 p1, p1, 0x10
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
return-void
.end method
.method private setOs(Ljava/lang/String;)V
.locals 1
.line 6308
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 v0, v0, 0x20
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->os_:Ljava/lang/String;
return-void
.end method
.method private setOsBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6325
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
.line 6326
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->os_:Ljava/lang/String;
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 p1, p1, 0x20
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
return-void
.end method
.method private setOsv(Ljava/lang/String;)V
.locals 1
.line 6363
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 v0, v0, 0x40
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->osv_:Ljava/lang/String;
return-void
.end method
.method private setOsvBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6380
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
.line 6381
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->osv_:Ljava/lang/String;
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 p1, p1, 0x40
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
return-void
.end method
.method private setUa(Ljava/lang/String;)V
.locals 1
.line 6054
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 v0, v0, 0x1
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ua_:Ljava/lang/String;
return-void
.end method
.method private setUaBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 6071
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
.line 6072
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ua_:Ljava/lang/String;
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
or-int/lit8 p1, p1, 0x1
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
return-void
.end method
# virtual methods
.method public final dynamicMethod(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 8
.line 6865
sget-object p2, Lgatewayprotocol/v1/BidRequestEventOuterClass$1;->$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke:[I
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
move-result p1
aget p1, p2, p1
const/4 p2, 0x0
packed-switch p1, :pswitch_data_0
.line 6915
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
:pswitch_0
return-object p2
:pswitch_1
const/4 p1, 0x1
.line 6909
invoke-static {p1}, Ljava/lang/Byte;->valueOf(B)Ljava/lang/Byte;
move-result-object p1
return-object p1
:pswitch_2
sget-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->PARSER:Lcom/google/protobuf/Parser;
if-nez p1, :cond_1
const-class p2, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6896
monitor-enter p2
:try_start_0
sget-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->PARSER:Lcom/google/protobuf/Parser;
if-nez p1, :cond_0
.line 6899
new-instance p1, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
sget-object p3, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
invoke-direct {p1, p3}, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Lcom/google/protobuf/GeneratedMessageLite;)V
sput-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->PARSER:Lcom/google/protobuf/Parser;
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
.line 6904
:cond_0
:goto_0
monitor-exit p2
goto :goto_2
:goto_1
monitor-exit p2
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
:cond_1
:goto_2
return-object p1
:pswitch_3
sget-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
return-object p1
:pswitch_4
const-string v0, "bitField0_"
const-string v1, "ua_"
const-string v2, "ip_"
const-string v3, "deviceType_"
const-string v4, "make_"
const-string v5, "model_"
const-string v6, "os_"
const-string v7, "osv_"
filled-new-array/range {v0 .. v7}, [Ljava/lang/Object;
move-result-object p1
const-string p2, "\u0000\u0007\u0000\u0001\u0001\u0007\u0007\u0000\u0000\u0000\u0001\u1208\u0000\u0002\u1208\u0001\u0003\u1004\u0002\u0004\u1208\u0003\u0005\u1208\u0004\u0006\u1208\u0005\u0007\u1208\u0006"
sget-object p3, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
.line 6887
invoke-static {p3, p2, p1}, Lcom/google/protobuf/GeneratedMessageLite;->newMessageInfo(Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.line 6870
:pswitch_5
new-instance p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;
invoke-direct {p1, p2}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device$Builder;-><init>(Lgatewayprotocol/v1/BidRequestEventOuterClass$1;)V
return-object p1
.line 6867
:pswitch_6
new-instance p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;
invoke-direct {p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;-><init>()V
return-object p1
nop
:pswitch_data_0
.packed-switch 0x1
:pswitch_6
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public getDeviceType()I
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->deviceType_:I
return v0
.end method
.method public getIp()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ip_:Ljava/lang/String;
return-object v0
.end method
.method public getIpBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ip_:Ljava/lang/String;
.line 6101
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public getMake()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->make_:Ljava/lang/String;
return-object v0
.end method
.method public getMakeBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->make_:Ljava/lang/String;
.line 6190
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public getModel()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->model_:Ljava/lang/String;
return-object v0
.end method
.method public getModelBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->model_:Ljava/lang/String;
.line 6245
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public getOs()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->os_:Ljava/lang/String;
return-object v0
.end method
.method public getOsBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->os_:Ljava/lang/String;
.line 6300
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public getOsv()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->osv_:Ljava/lang/String;
return-object v0
.end method
.method public getOsvBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->osv_:Ljava/lang/String;
.line 6355
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public getUa()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ua_:Ljava/lang/String;
return-object v0
.end method
.method public getUaBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->ua_:Ljava/lang/String;
.line 6046
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public hasDeviceType()Z
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, 0x4
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public hasIp()Z
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, 0x2
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public hasMake()Z
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, 0x8
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public hasModel()Z
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, 0x10
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public hasOs()Z
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, 0x20
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public hasOsv()Z
.locals 1
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
and-int/lit8 v0, v0, 0x40
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public hasUa()Z
.locals 2
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Device;->bitField0_:I
const/4 v1, 0x1
and-int/2addr v0, v1
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
return v1
.end method