Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38f48099 authored by Sailesh Nepal's avatar Sailesh Nepal
Browse files

Make PhoneAccount.Builder constructor public

Bug: 17321110

Change-Id: I61209f70c4719bbc77a310310c456b253032bedc
parent 3e97f9d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28427,6 +28427,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);
+1 −1
Original line number Diff line number Diff line
@@ -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;