Searched refs:setDpdDelaySeconds (Results 1 – 5 of 5) sorted by relevance
343 .setDpdDelaySeconds(dpdDelaySec) in testBuildWithPskAndDpdDelay()364 new IkeSessionParams.Builder(mMockConnectManager).setDpdDelaySeconds(invalidDpdDelay); in testBuildWithInvalidDpdDelay()
361 builder.setDpdDelaySeconds(in.getInt(DPD_DELAY_SEC_KEY)); in fromPersistableBundle()1655 public Builder setDpdDelaySeconds( in setDpdDelaySeconds() method in IkeSessionParams.Builder
228 createIkeParamsBuilderMinimum().setDpdDelaySeconds(DPD_DELAY_SECONDS).build(); in testSetDpdDelay()
224 …method @NonNull public android.net.ipsec.ike.IkeSessionParams.Builder setDpdDelaySeconds(@IntRange…
922 .setDpdDelaySeconds(getDpdDelayFromConfig()); in buildIkeSessionParams()