Searched refs:mIkeNattKeepalive (Results 1 – 2 of 2) sorted by relevance
78 private IkeNattKeepalive mIkeNattKeepalive; field in IkeNattKeepaliveTest112 mIkeNattKeepalive = createIkeNattKeepalive(); in setUp()159 mIkeNattKeepalive.stop(); in tearDown()175 mIkeNattKeepalive.stop(); in testStartStopHardwareKeepalive()176 mIkeNattKeepalive = createIkeNattKeepaliveWithInjectedSocketKeepalive(); in testStartStopHardwareKeepalive()177 mIkeNattKeepalive.start(); in testStartStopHardwareKeepalive()186 mIkeNattKeepalive.stop(); in testStartStopHardwareKeepalive()233 mIkeNattKeepalive.stop(); in testSwitchToSoftwareKeepalive()234 mIkeNattKeepalive = createIkeNattKeepaliveWithInjectedSocketKeepalive(); in testSwitchToSoftwareKeepalive()250 mIkeNattKeepalive.stop(); in testSwitchToSoftwareKeepalive()[all …]
185 private IkeNattKeepalive mIkeNattKeepalive; field in IkeConnectionController416 if (mIkeNattKeepalive != null) { in setupOrUpdateNattKeeaplive()417 mIkeNattKeepalive.stop(); in setupOrUpdateNattKeeaplive()418 mIkeNattKeepalive = null; in setupOrUpdateNattKeeaplive()433 if (mIkeNattKeepalive != null) { in setupOrUpdateNattKeeaplive()434 mIkeNattKeepalive.restart(keepaliveConfig); in setupOrUpdateNattKeeaplive()436 mIkeNattKeepalive = mDependencies.newIkeNattKeepalive(mIkeContext, keepaliveConfig); in setupOrUpdateNattKeeaplive()567 if (mIkeNattKeepalive != null) { in unregisterResources()568 mIkeNattKeepalive.stop(); in unregisterResources()569 mIkeNattKeepalive = null; in unregisterResources()[all …]