Home
last modified time | relevance | path

Searched refs:getIntegerEntry (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DProvisioningTest.java505 assertEquals(180, Util.getIntegerEntry(rd, ns, "Height")); in testProvisionAndRetrieve()
506 assertEquals(-42, Util.getIntegerEntry(rd, ns, "Neg Item")); in testProvisionAndRetrieve()
507 assertEquals(0x101, Util.getIntegerEntry(rd, ns, "Int Two Bytes")); in testProvisionAndRetrieve()
508 assertEquals(0x10001, Util.getIntegerEntry(rd, ns, "Int Four Bytes")); in testProvisionAndRetrieve()
509 assertEquals(0x100000001L, Util.getIntegerEntry(rd, ns, "Int Eight Bytes")); in testProvisionAndRetrieve()
650 assertEquals(180, Util.getIntegerEntry(rd, ns, "Height")); in testProvisionAndRetrieveWithFiltering()
747 assertEquals(180, Util.getIntegerEntry(rd, ns, "Height")); in testProvisionAndRetrieveWithEntryNotInRequest()
986 assertEquals(180, Util.getIntegerEntry(rd, ns, "Height")); in testProvisionAcpIdNotStartingAtZero()
987 assertEquals(-42, Util.getIntegerEntry(rd, ns, "Neg Item")); in testProvisionAcpIdNotStartingAtZero()
988 assertEquals(0x101, Util.getIntegerEntry(rd, ns, "Int Two Bytes")); in testProvisionAcpIdNotStartingAtZero()
[all …]
DUtil.java794 static long getIntegerEntry(ResultData data, String namespaceName, String name) { in getIntegerEntry() method in Util