first commit
[bylock.git] / sources / com / google / android / gms / wallet / Address.java
blob3b25f30ea3601b2a5e826cb8d416e96dbee6e56e
1 package com.google.android.gms.wallet;
3 import android.os.Parcel;
4 import android.os.Parcelable;
5 import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
7 @Deprecated
8 public final class Address implements SafeParcelable {
9 public static final Parcelable.Creator CREATOR = new a();
10 String a;
11 String b;
12 String c;
13 String d;
14 String e;
15 String f;
16 String g;
17 String h;
18 String i;
19 boolean j;
20 String k;
21 private final int l;
23 Address() {
24 this.l = 1;
27 Address(int i2, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, boolean z, String str10) {
28 this.l = i2;
29 this.a = str;
30 this.b = str2;
31 this.c = str3;
32 this.d = str4;
33 this.e = str5;
34 this.f = str6;
35 this.g = str7;
36 this.h = str8;
37 this.i = str9;
38 this.j = z;
39 this.k = str10;
42 public int a() {
43 return this.l;
46 public int describeContents() {
47 return 0;
50 public void writeToParcel(Parcel parcel, int i2) {
51 a.a(this, parcel, i2);