commit | 82c8a46052629d1450320c116d14c7353bfe4ea1 | [log] [tgz] |
---|---|---|
author | Shishir Agrawal <shishir@google.com> | Thu Jul 31 18:13:17 2014 -0700 |
committer | Shishir Agrawal <shishir@google.com> | Thu Jul 31 18:13:17 2014 -0700 |
tree | 289484ceed79a3aaeb1d0f99a1d0123f541af341 | |
parent | 54c05c0e555e33b3b4c6ae4c3206accb521f5de7 [diff] [blame] |
iccOpenLogicalChannel: Fix for no return value. Need to return the IccOpenLogicalChannelReponse object. Change-Id: Ia3817ed93221e2c178e1ea40dd2e16bcc4132d77
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java index 02a9c1f..16e39e5 100644 --- a/src/com/android/phone/PhoneInterfaceManager.java +++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -462,6 +462,7 @@ openChannelResp = new IccOpenLogicalChannelResponse( IccOpenLogicalChannelResponse.INVALID_CHANNEL, errorCode, null); } + request.result = openChannelResp; synchronized (request) { request.notifyAll(); }