Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java123 any(EpdgSelector.EpdgSelectorCallback.class))) in setUp()
304 any(EpdgSelector.EpdgSelectorCallback.class))) in testRekeyAndNattTimerFromCarrierConfig()
370 any(EpdgSelector.EpdgSelectorCallback.class))) in testSetRetransmissionTimeoutsFromCarrierConfig()
427 any(EpdgSelector.EpdgSelectorCallback.class))) in testSetDpdDelayFromCarrierConfig()
485 any(EpdgSelector.EpdgSelectorCallback.class))) in testGetValidEpdgAddress_DiffAddr()
538 any(EpdgSelector.EpdgSelectorCallback.class))) in testGetValidEpdgAddress_NextAddr()
658 any(EpdgSelector.EpdgSelectorCallback.class))) in verifyBackOffTimer()
938 any(EpdgSelector.EpdgSelectorCallback.class))) in testSetIkeTrafficSelectors()
1132 any(EpdgSelector.EpdgSelectorCallback.class))) in testN1modeCapability()
1202 any(EpdgSelector.EpdgSelectorCallback.class))) in testInvalidNattTimerFromCarrierConfig()
[all …]
DEpdgSelectorTest.java253 new EpdgSelector.EpdgSelectorCallback() { in getValidatedServerListWithDefaultParams()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java81 public interface EpdgSelectorCallback { interface in EpdgSelector
591 EpdgSelectorCallback selectorCallback) { in getValidatedServerList()
DEpdgTunnelManager.java209 private final EpdgSelector.EpdgSelectorCallback mSelectorCallback =
210 new EpdgSelector.EpdgSelectorCallback() {
1784 EpdgSelector.EpdgSelectorCallback getSelectorCallback() { in getSelectorCallback()