Home
last modified time | relevance | path

Searched refs:verifyBerTlvData (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/
DAccessControlTest.java260 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testSelectableAid()
315 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testTransmitAPDU()
345 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testUnauthorisedAPDU()
368 private static boolean verifyBerTlvData(byte[] tlv) { in verifyBerTlvData() method in AccessControlTest
/cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/
DAccessControlTest.java261 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testSelectableAid()
316 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testTransmitAPDU()
346 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testUnauthorisedAPDU()
369 private static boolean verifyBerTlvData(byte[] tlv) { in verifyBerTlvData() method in AccessControlTest
/cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/
DAccessControlTest.java263 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testSelectableAid()
318 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testTransmitAPDU()
348 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testUnauthorisedAPDU()
371 private static boolean verifyBerTlvData(byte[] tlv) { in verifyBerTlvData() method in AccessControlTest
/cts/tests/tests/secure_element/omapi/src/android/omapi/cts/
DOmapiTest.java335 assertTrue("Select Response is not complete", verifyBerTlvData(selectResponse)); in testLongSelectResponse()
615 private static boolean verifyBerTlvData(byte[] tlv){ in verifyBerTlvData() method in OmapiTest