Searched refs:iccOpenLogicalChannel (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java541 loge("iccOpenLogicalChannel: No UICC");
549 uiccCard.iccOpenLogicalChannel(openChannelArgs.first,
572 loge("iccOpenLogicalChannel: Empty response");
575 loge("iccOpenLogicalChannel: Exception: " + ar.exception);
2394 public IccOpenLogicalChannelResponse iccOpenLogicalChannel(int subId, String AID, int p2) { method in class:PhoneInterfaceManager
2397 if (DBG) log("iccOpenLogicalChannel: subId=" + subId + " aid=" + AID + " p2=" + p2);
2400 if (DBG) log("iccOpenLogicalChannel: " + response);

Completed in 34 milliseconds