Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -28420,6 +28420,7 @@ package android.telecomm { } public static class PhoneAccount.Builder { ctor public PhoneAccount.Builder(); method public android.telecomm.PhoneAccount build(); method public android.telecomm.PhoneAccount.Builder withAccountHandle(android.telecomm.PhoneAccountHandle); method public android.telecomm.PhoneAccount.Builder withCapabilities(int); telecomm/java/android/telecomm/PhoneAccount.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class PhoneAccount implements Parcelable { private CharSequence mLabel; private CharSequence mShortDescription; private Builder() {} public Builder() {} public Builder withAccountHandle(PhoneAccountHandle value) { this.mAccountHandle = value; Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -28420,6 +28420,7 @@ package android.telecomm { } public static class PhoneAccount.Builder { ctor public PhoneAccount.Builder(); method public android.telecomm.PhoneAccount build(); method public android.telecomm.PhoneAccount.Builder withAccountHandle(android.telecomm.PhoneAccountHandle); method public android.telecomm.PhoneAccount.Builder withCapabilities(int);
telecomm/java/android/telecomm/PhoneAccount.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class PhoneAccount implements Parcelable { private CharSequence mLabel; private CharSequence mShortDescription; private Builder() {} public Builder() {} public Builder withAccountHandle(PhoneAccountHandle value) { this.mAccountHandle = value; Loading