Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/
H A DVpnProfileState.java53 private final String mSessionKey; field in VpnProfileState
60 mSessionKey = sessionKey; in VpnProfileState()
87 return mSessionKey; in getSessionId()
132 out.writeString(mSessionKey); in writeToParcel()
151 mSessionKey = in.readString(); in VpnProfileState()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java3056 private final String mSessionKey; field in Vpn.IkeV2VpnRunner
3107 mSessionKey = UUID.randomUUID().toString(); in IkeV2VpnRunner()
3122 setVpnNetworkPreference(mSessionKey, in IkeV2VpnRunner()
3199 mEventChanges.log("[IKEEvent-" + mSessionKey in onIkeConnectionInfoChanged()
3204 mEventChanges.log("[IKEEvent-" + mSessionKey in onIkeConnectionInfoChanged()
3221 mEventChanges.log("[IKEEvent-" + mSessionKey in onChildOpened()
3330 mEventChanges.log("[IKEEvent-" + mSessionKey in onChildTransformCreated()
3341 mEventChanges.log("[IKEEvent-" + mSessionKey in onChildTransformCreated()
3368 mEventChanges.log("[IKEEvent-" + mSessionKey in onChildMigrated()
3373 mEventChanges.log("[IKEEvent-" + mSessionKey in onChildMigrated()
[all …]