Loading src/java/com/android/ims/ImsCall.java +2 −2 Original line number Diff line number Diff line Loading @@ -1575,7 +1575,7 @@ public class ImsCall implements ICall { * @param result the result message to send when done. */ public void sendDtmf(char c, Message result) { logi("sendDtmf :: code=" + c); logi("sendDtmf :: "); synchronized(mLockObj) { if (mSession != null) { Loading @@ -1592,7 +1592,7 @@ public class ImsCall implements ICall { * @param c that represents the DTMF to send. '0' ~ '9', 'A' ~ 'D', '*', '#' are valid inputs. */ public void startDtmf(char c) { logi("startDtmf :: code=" + c); logi("startDtmf :: "); synchronized(mLockObj) { if (mSession != null) { Loading Loading
src/java/com/android/ims/ImsCall.java +2 −2 Original line number Diff line number Diff line Loading @@ -1575,7 +1575,7 @@ public class ImsCall implements ICall { * @param result the result message to send when done. */ public void sendDtmf(char c, Message result) { logi("sendDtmf :: code=" + c); logi("sendDtmf :: "); synchronized(mLockObj) { if (mSession != null) { Loading @@ -1592,7 +1592,7 @@ public class ImsCall implements ICall { * @param c that represents the DTMF to send. '0' ~ '9', 'A' ~ 'D', '*', '#' are valid inputs. */ public void startDtmf(char c) { logi("startDtmf :: code=" + c); logi("startDtmf :: "); synchronized(mLockObj) { if (mSession != null) { Loading