Searched refs:aid (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/ |
D | AccessControlTest.java | 221 for (byte[] aid : AUTHORIZED_AID) { in testAuthorizedAID() 222 testSelectableAid(aid); in testAuthorizedAID() 228 for (byte[] aid : UNAUTHORIZED_AID) { in testUnauthorizedAID() 229 testUnauthorisedAid(aid); in testUnauthorizedAID() 261 private void testSelectableAid(byte[] aid) { in testSelectableAid() argument 272 channel = session.openLogicalChannel(aid, (byte) 0x00); in testSelectableAid() 289 private void testUnauthorisedAid(byte[] aid) { in testUnauthorisedAid() argument 301 channel = session.openLogicalChannel(aid, (byte) 0x00); in testUnauthorisedAid() 316 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU() argument 327 channel = session.openLogicalChannel(aid, (byte) 0x00); in testTransmitAPDU() [all …]
|
/cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/ |
D | AccessControlTest.java | 231 for (byte[] aid : AUTHORIZED_AID) { in testAuthorizedAID() 232 testSelectableAid(aid); in testAuthorizedAID() 238 for (byte[] aid : UNAUTHORIZED_AID) { in testUnauthorizedAID() 239 testUnauthorisedAid(aid); in testUnauthorizedAID() 264 private void testSelectableAid(byte[] aid) { in testSelectableAid() argument 275 channel = session.openLogicalChannel(aid, (byte) 0x00); in testSelectableAid() 292 private void testUnauthorisedAid(byte[] aid) { in testUnauthorisedAid() argument 304 channel = session.openLogicalChannel(aid, (byte) 0x00); in testUnauthorisedAid() 319 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU() argument 330 channel = session.openLogicalChannel(aid, (byte) 0x00); in testTransmitAPDU() [all …]
|
/cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/ |
D | AccessControlTest.java | 222 for (byte[] aid : AUTHORIZED_AID) { in testAuthorizedAID() 223 testSelectableAid(aid); in testAuthorizedAID() 229 for (byte[] aid : UNAUTHORIZED_AID) { in testUnauthorizedAID() 230 testUnauthorisedAid(aid); in testUnauthorizedAID() 262 private void testSelectableAid(byte[] aid) { in testSelectableAid() argument 273 channel = session.openLogicalChannel(aid, (byte) 0x00); in testSelectableAid() 290 private void testUnauthorisedAid(byte[] aid) { in testUnauthorisedAid() argument 302 channel = session.openLogicalChannel(aid, (byte) 0x00); in testUnauthorisedAid() 317 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU() argument 328 channel = session.openLogicalChannel(aid, (byte) 0x00); in testTransmitAPDU() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | HceUtils.java | 75 public static final CommandApdu buildSelectApdu(String aid, boolean reachable) { in buildSelectApdu() argument 78 sb.append(String.format("%02X", aid.length() / 2)); in buildSelectApdu() 79 sb.append(aid); in buildSelectApdu()
|
/cts/tests/tests/nfc/src/android/nfc/cts/ |
D | NfcPreferredPaymentTest.java | 81 for (String aid :aids) { in testAidsForPreferredPaymentService() 82 Log.i(mTag, "AidsForPreferredPaymentService: " + aid); in testAidsForPreferredPaymentService()
|
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/ |
D | OmapiTest.java | 423 private byte[] testSelectableAid(Reader reader, byte[] aid) throws IOException { in testSelectableAid() argument 431 channel = session.openLogicalChannel(aid, (byte) 0x00); in testSelectableAid() 460 private void testNonSelectableAid(Reader reader, byte[] aid) throws IOException { in testNonSelectableAid() argument 467 channel = session.openLogicalChannel(aid, (byte) 0x00); in testNonSelectableAid()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | AnimatedImageDrawableTest.java | 721 AnimatedImageDrawable aid = (AnimatedImageDrawable) drawable; in testRepeatCountFromXml() local 722 assertEquals(17, aid.getRepeatCount()); in testRepeatCountFromXml() 732 AnimatedImageDrawable aid = (AnimatedImageDrawable) drawable; in testInfiniteRepeatCountFromXml() local 733 assertEquals(1, aid.getRepeatCount()); in testInfiniteRepeatCountFromXml() 741 aid = (AnimatedImageDrawable) drawable; in testInfiniteRepeatCountFromXml() 742 assertEquals(AnimatedImageDrawable.REPEAT_INFINITE, aid.getRepeatCount()); in testInfiniteRepeatCountFromXml()
|