Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtilUnitTests.java253 assertFalse(Util.cborDecodeBoolean(Util.cborEncodeBoolean(false))); in cborEncodeDecode()
254 assertTrue(Util.cborDecodeBoolean(Util.cborEncodeBoolean(true))); in cborEncodeDecode()
DUtil.java810 static boolean cborDecodeBoolean(@NonNull byte[] data) { in cborDecodeBoolean() method in Util
831 return Util.cborDecodeBoolean(data.getEntry(namespaceName, name)); in getBooleanEntry()