Lines Matching refs:aid
87 public synchronized boolean[] isNFCEventAllowed(String reader, byte[] aid,
90 if (aid == null || aid.length == 0) {
91 aid = new byte[]{0x00, 0x00, 0x00, 0x00, 0x00};
93 if (aid.length < 5 || aid.length > 16) {
100 return terminal.isNfcEventAllowed(getPackageManager(), aid, packageNames);
301 public ISecureElementChannel openBasicChannel(byte[] aid, byte p2, in openBasicChannel() argument
305 + ByteArrayConverter.byteArrayToHexString(aid) + ", P2 = " + p2); in openBasicChannel()
321 channel = mReader.getTerminal().openBasicChannel(this, aid, p2, listener, in openBasicChannel()
343 public ISecureElementChannel openLogicalChannel(byte[] aid, byte p2, in openLogicalChannel() argument
347 + ByteArrayConverter.byteArrayToHexString(aid) + ", P2 = " + p2); in openLogicalChannel()
363 channel = mReader.getTerminal().openLogicalChannel(this, aid, p2, listener, in openLogicalChannel()