Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DCsmlUtil.java120 return new TlvDatum(EXTENDED_HEAD_LIST_TAG, constructDeepestTagOfGetDoAllContent(tag)); in constructGetDoTlv()
129 byte[] value = constructDeepestTagOfGetDoAllContent(TERMINATE_SESSION_DO_TAG); in constructTerminateSessionGetDoTlv()
139 byte[] value = constructDeepestTagOfGetDoAllContent(SESSION_ID_TAG); in constructGetSessionIdGetDoTlv()
163 public static byte[] constructDeepestTagOfGetDoAllContent(Tag tag) { in constructDeepestTagOfGetDoAllContent() method in CsmlUtil