Searched refs:securedAttrKeySet (Results 1 – 1 of 1) sorted by relevance
496 Set<Integer> securedAttrKeySet = securedAttributes.keySet(); in validateReauthAkaNotifyAndGetCounter() local498 if (securedAttrKeySet.contains(EAP_AT_COUNTER) in validateReauthAkaNotifyAndGetCounter()499 && (securedAttrKeySet.size() == 1 in validateReauthAkaNotifyAndGetCounter()500 || (securedAttrKeySet.size() == 2 in validateReauthAkaNotifyAndGetCounter()501 && securedAttrKeySet.contains(EAP_AT_PADDING)))) { in validateReauthAkaNotifyAndGetCounter()