MonitoringData.java
1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
package com.radiusnetworks.ibeacon.service;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import com.radiusnetworks.ibeacon.Region;
public class MonitoringData
implements Parcelable
{
public static final Parcelable.Creator<MonitoringData> CREATOR = new Parcelable.Creator() {};
private boolean a;
private RegionData b;
private MonitoringData(Parcel paramParcel)
{
if (paramParcel.readByte() == 1) {}
for (;;)
{
this.a = bool;
this.b = ((RegionData)paramParcel.readParcelable(getClass().getClassLoader()));
return;
bool = false;
}
}
public MonitoringData(boolean paramBoolean, Region paramRegion)
{
this.a = paramBoolean;
this.b = new RegionData(paramRegion);
}
public int describeContents()
{
return 0;
}
public Region getRegion()
{
return this.b;
}
public boolean isInside()
{
return this.a;
}
public void writeToParcel(Parcel paramParcel, int paramInt)
{
if (this.a) {}
for (int i = 1;; i = 0)
{
paramParcel.writeByte((byte)i);
paramParcel.writeParcelable(this.b, paramInt);
return;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/radiusnetworks/ibeacon/service/MonitoringData.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/