Searched refs:mSharedSessionKeyInfo (Results 1 – 1 of 1) sorted by relevance
221 private Optional<byte[]> mSharedSessionKeyInfo = Optional.empty(); field in RangingSessionController.SessionInfo271 if (mSharedSessionKeyInfo.isEmpty()) { in getSharedSessionKeyInfo()273 mSharedSessionKeyInfo = Optional.of(CsmlUtil.generate256BitRandomKeyInfo()); in getSharedSessionKeyInfo()275 return mSharedSessionKeyInfo.get(); in getSharedSessionKeyInfo()