commit | 3e0f0414daa2266dc51b77198fe433797f7d610a | [log] [tgz] |
---|---|---|
author | Christine Chen <christinech@google.com> | Wed Sep 18 20:33:49 2013 -0700 |
committer | Christine Chen <christinech@google.com> | Thu Sep 19 14:00:56 2013 -0700 |
tree | 8e445e5fce943885afde1ffc530007fa66f82247 | |
parent | e3fbd7663291be203308a0d9bc0f2022b07e6e6c [diff] [blame] |
Adds support for DISCONNECTING state Bug: 10808537 Change-Id: I012c05baa04c4d5fa6691e2f89d724dad57373c7
diff --git a/src/com/android/phone/CallHandlerServiceProxy.java b/src/com/android/phone/CallHandlerServiceProxy.java index 2f71457..7ef3399 100644 --- a/src/com/android/phone/CallHandlerServiceProxy.java +++ b/src/com/android/phone/CallHandlerServiceProxy.java
@@ -154,7 +154,7 @@ Log.d(TAG, "onIncoming: " + call); } try { - // TODO(klp): check RespondViaSmsManager.allowRespondViaSmsForCall() + // TODO: check RespondViaSmsManager.allowRespondViaSmsForCall() // must refactor call method to accept proper call object. synchronized (mServiceAndQueueLock) { if (mCallHandlerServiceGuarded != null) {