Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java141 private final boolean mAutomaticNattKeepaliveTimerEnabled; field in Ikev2VpnProfile
192 mAutomaticNattKeepaliveTimerEnabled = automaticNattKeepaliveTimerEnabled; in Ikev2VpnProfile()
431 return mAutomaticNattKeepaliveTimerEnabled; in isAutomaticNattKeepaliveTimerEnabled()
460 mAutomaticNattKeepaliveTimerEnabled, in hashCode()
489 && mAutomaticNattKeepaliveTimerEnabled == other.mAutomaticNattKeepaliveTimerEnabled in equals()
505 mIkeTunConnParams, mAutomaticNattKeepaliveTimerEnabled, in toVpnProfile()
779 if (mAutomaticNattKeepaliveTimerEnabled) sb.append(" AutomaticNattKeepaliveTimerEnabled"); in toString()
813 private boolean mAutomaticNattKeepaliveTimerEnabled = false; field in Ikev2VpnProfile.Builder
1136 mAutomaticNattKeepaliveTimerEnabled = isEnabled; in setAutomaticNattKeepaliveTimerEnabled()
1205 mAutomaticNattKeepaliveTimerEnabled, in build()