Home | History | Annotate | Download | only in telephony

Lines Matching refs:iccExchangeSimIO

3246     public byte[] iccExchangeSimIO(int fileID, int command, int p1, int p2, int p3,
3248 return iccExchangeSimIO(getSubId(), fileID, command, p1, p2, p3, filePath);
3268 public byte[] iccExchangeSimIO(int subId, int fileID, int command, int p1, int p2,
3273 return telephony.iccExchangeSimIO(subId, fileID, command, p1, p2, p3, filePath);