Loading telecomm/java/android/telecom/ConnectionRequest.java +4 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import android.os.Parcelable; public final class ConnectionRequest implements Parcelable { // TODO: Token to limit recursive invocations private final PhoneAccountHandle mAccountHandle; private PhoneAccountHandle mAccountHandle; private final Uri mAddress; private final Bundle mExtras; private final int mVideoState; Loading Loading @@ -74,6 +74,9 @@ public final class ConnectionRequest implements Parcelable { */ public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } /** {@hide} */ public void setAccountHandle(PhoneAccountHandle acc) { mAccountHandle = acc; } /** * The handle (e.g., phone number) to which the {@link Connection} is to connect. */ Loading Loading
telecomm/java/android/telecom/ConnectionRequest.java +4 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import android.os.Parcelable; public final class ConnectionRequest implements Parcelable { // TODO: Token to limit recursive invocations private final PhoneAccountHandle mAccountHandle; private PhoneAccountHandle mAccountHandle; private final Uri mAddress; private final Bundle mExtras; private final int mVideoState; Loading Loading @@ -74,6 +74,9 @@ public final class ConnectionRequest implements Parcelable { */ public PhoneAccountHandle getAccountHandle() { return mAccountHandle; } /** {@hide} */ public void setAccountHandle(PhoneAccountHandle acc) { mAccountHandle = acc; } /** * The handle (e.g., phone number) to which the {@link Connection} is to connect. */ Loading