Loading telecomm/java/android/telecom/Call.java +1 −3 Original line number Diff line number Diff line Loading @@ -681,14 +681,12 @@ public final class Call { mInCallAdapter.postDialContinue(mTelecomCallId, proceed); } //FIXME L-MR1-INTERNAL /** * Notifies this {@code Call} that an account has been selected and to proceed with placing * an outgoing call. Optionally sets this account as the default account. */ public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { //mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault); mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle); } Loading Loading
telecomm/java/android/telecom/Call.java +1 −3 Original line number Diff line number Diff line Loading @@ -681,14 +681,12 @@ public final class Call { mInCallAdapter.postDialContinue(mTelecomCallId, proceed); } //FIXME L-MR1-INTERNAL /** * Notifies this {@code Call} that an account has been selected and to proceed with placing * an outgoing call. Optionally sets this account as the default account. */ public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { //mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault); mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle); } Loading