Lines Matching refs:PhoneAccount
51 public final class PhoneAccount implements Parcelable { class
194 public Builder(PhoneAccount phoneAccount) { in Builder()
319 public PhoneAccount build() { in build()
325 return new PhoneAccount( in build()
339 private PhoneAccount( in PhoneAccount() method in PhoneAccount
558 public static final Creator<PhoneAccount> CREATOR
559 = new Creator<PhoneAccount>() {
561 public PhoneAccount createFromParcel(Parcel in) {
562 return new PhoneAccount(in);
566 public PhoneAccount[] newArray(int size) {
567 return new PhoneAccount[size];
571 private PhoneAccount(Parcel in) { in PhoneAccount() method in PhoneAccount