Searched refs:mSessionKey (Results 1 – 2 of 2) sorted by relevance
53 private final String mSessionKey; field in VpnProfileState60 mSessionKey = sessionKey; in VpnProfileState()87 return mSessionKey; in getSessionId()132 out.writeString(mSessionKey); in writeToParcel()151 mSessionKey = in.readString(); in VpnProfileState()
3056 private final String mSessionKey; field in Vpn.IkeV2VpnRunner3107 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 …]