Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java100 final IkeIdentification localId = parseIkeIdentification(profile.getUserIdentity()); in buildIkeSessionParams()
101 final IkeIdentification remoteId = parseIkeIdentification(profile.getServerAddr()); in buildIkeSessionParams()
404 private static IkeIdentification parseIkeIdentification(@NonNull String identityStr) { in parseIkeIdentification() method in VpnIkev2Utils