Lines Matching refs:PhoneAccount
48 public final class PhoneAccount implements Parcelable { class
400 PhoneAccount that = (PhoneAccount) o; in equals()
456 public Builder(PhoneAccount phoneAccount) { in Builder()
650 public PhoneAccount build() { in build()
656 return new PhoneAccount( in build()
673 private PhoneAccount( in PhoneAccount() method in PhoneAccount
956 public static final @android.annotation.NonNull Creator<PhoneAccount> CREATOR
957 = new Creator<PhoneAccount>() {
959 public PhoneAccount createFromParcel(Parcel in) {
960 return new PhoneAccount(in);
964 public PhoneAccount[] newArray(int size) {
965 return new PhoneAccount[size];
969 private PhoneAccount(Parcel in) { in PhoneAccount() method in PhoneAccount