Lines Matching refs:PhoneAccount
54 public final class PhoneAccount implements Parcelable { class
507 PhoneAccount that = (PhoneAccount) o; in equals()
571 public Builder(PhoneAccount phoneAccount) { in Builder()
862 public PhoneAccount build() { in build()
868 return new PhoneAccount( in build()
886 private PhoneAccount( in PhoneAccount() method in PhoneAccount
1220 public static final @android.annotation.NonNull Creator<PhoneAccount> CREATOR
1221 = new Creator<PhoneAccount>() {
1223 public PhoneAccount createFromParcel(Parcel in) {
1224 return new PhoneAccount(in);
1228 public PhoneAccount[] newArray(int size) {
1229 return new PhoneAccount[size];
1233 private PhoneAccount(Parcel in) { in PhoneAccount() method in PhoneAccount