Lines Matching refs:PhoneAccount
49 public final class PhoneAccount implements Parcelable { class
434 PhoneAccount that = (PhoneAccount) o; in equals()
490 public Builder(PhoneAccount phoneAccount) { in Builder()
683 public PhoneAccount build() { in build()
689 return new PhoneAccount( in build()
706 private PhoneAccount( in PhoneAccount() method in PhoneAccount
989 public static final @android.annotation.NonNull Creator<PhoneAccount> CREATOR
990 = new Creator<PhoneAccount>() {
992 public PhoneAccount createFromParcel(Parcel in) {
993 return new PhoneAccount(in);
997 public PhoneAccount[] newArray(int size) {
998 return new PhoneAccount[size];
1002 private PhoneAccount(Parcel in) { in PhoneAccount() method in PhoneAccount