Lines Matching refs:PhoneAccount
42 public final class PhoneAccount implements Parcelable { class
296 public Builder(PhoneAccount phoneAccount) { in Builder()
483 public PhoneAccount build() { in build()
489 return new PhoneAccount( in build()
506 private PhoneAccount( in PhoneAccount() method in PhoneAccount
789 public static final Creator<PhoneAccount> CREATOR
790 = new Creator<PhoneAccount>() {
792 public PhoneAccount createFromParcel(Parcel in) {
793 return new PhoneAccount(in);
797 public PhoneAccount[] newArray(int size) {
798 return new PhoneAccount[size];
802 private PhoneAccount(Parcel in) { in PhoneAccount() method in PhoneAccount