Merge "DO NOT MERGE: Add subscription specific TelephonyManager calls." into mm-wireless-dev
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index 2cbafe8..2b1cb6f 100644
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -468,7 +468,8 @@
uiccCard = getUiccCardFromRequest(request);
if (uiccCard == null) {
loge("iccOpenLogicalChannel: No UICC");
- request.result = new IccIoResult(0x6F, 0, (byte[])null);
+ request.result = new IccOpenLogicalChannelResponse(-1,
+ IccOpenLogicalChannelResponse.STATUS_MISSING_RESOURCE, null);
synchronized (request) {
request.notifyAll();
}