Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/pm/
DRangingSessionController.java221 private Optional<byte[]> mSharedSessionKeyInfo = Optional.empty(); field in RangingSessionController.SessionInfo
271 if (mSharedSessionKeyInfo.isEmpty()) { in getSharedSessionKeyInfo()
273 mSharedSessionKeyInfo = Optional.of(CsmlUtil.generate256BitRandomKeyInfo()); in getSharedSessionKeyInfo()
275 return mSharedSessionKeyInfo.get(); in getSharedSessionKeyInfo()