Searched refs:responseList (Results 1 – 1 of 1) sorted by relevance
361 ArrayList<Byte> responseList = mSEHal.getAtr(); in getAtr() local362 if (responseList.isEmpty()) { in getAtr()365 byte[] atr = arrayListToByteArray(responseList); in getAtr()463 ArrayList<byte[]> responseList = new ArrayList<byte[]>(); in openBasicChannel() local472 responseList.add(arrayListToByteArray(responseObject)); in openBasicChannel()480 byte[] selectResponse = responseList.get(0); in openBasicChannel()