Searched refs:mIsIkeFragmentationSupported (Results 1 – 1 of 1) sorted by relevance
516 private final boolean mIsIkeFragmentationSupported; field in IkeSessionParams571 mIsIkeFragmentationSupported = isIkeFragmentationSupported; in IkeSessionParams()692 result.putBoolean(IS_IKE_FRAGMENT_SUPPORTED_KEY, mIsIkeFragmentationSupported); in toPersistableBundle()945 return mIsIkeFragmentationSupported; in isIkeFragmentationSupported()985 mIsIkeFragmentationSupported, in hashCode()1016 && mIsIkeFragmentationSupported == other.mIsIkeFragmentationSupported in equals()1566 private final boolean mIsIkeFragmentationSupported = true; field in IkeSessionParams.Builder1648 if (!ikeSessionParams.mIsIkeFragmentationSupported) { in Builder()2373 mIsIkeFragmentationSupported); in build()