Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DCsmlUtilTest.java66 public void constructDeepestTagOfGetDoPartContent() { in constructDeepestTagOfGetDoPartContent() method in CsmlUtilTest
69 byte[] actual = CsmlUtil.constructDeepestTagOfGetDoPartContent(tag, len); in constructDeepestTagOfGetDoPartContent()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DCsmlUtil.java171 public static byte[] constructDeepestTagOfGetDoPartContent(Tag tag, int len) { in constructDeepestTagOfGetDoPartContent() method in CsmlUtil