Searched refs:sSaeSuffix (Results 1 – 1 of 1) sorted by relevance
1274 private static final String sSaeSuffix = "," + String.valueOf(SECURITY_SAE); field in AccessPoint1285 if (compareTo.endsWith(sPskSuffix) || compareTo.endsWith(sSaeSuffix)) { in isKeyEqual()