Searched refs:mIsIkeFragmentationSupported (Results 1 – 1 of 1) sorted by relevance
247 private final boolean mIsIkeFragmentationSupported; field in IkeSessionParams295 mIsIkeFragmentationSupported = isIkeFragmentationSupported; in IkeSessionParams()410 result.putBoolean(IS_IKE_FRAGMENT_SUPPORTED_KEY, mIsIkeFragmentationSupported); in toPersistableBundle()593 return mIsIkeFragmentationSupported; in isIkeFragmentationSupported()632 mIsIkeFragmentationSupported); in hashCode()660 && mIsIkeFragmentationSupported == other.mIsIkeFragmentationSupported; in equals()1203 private final boolean mIsIkeFragmentationSupported = true; field in IkeSessionParams.Builder1272 if (!ikeSessionParams.mIsIkeFragmentationSupported) { in Builder()1879 mIsIkeFragmentationSupported); in build()