Home
last modified time | relevance | path

Searched refs:mTetherConfig (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java214 @Mock private TetheringConfiguration mTetherConfig; field in BpfCoordinatorTest
262 return mTetherConfig;
312 when(mTetherConfig.isBpfOffloadEnabled()).thenReturn(true /* default value */); in setUp()
1045 when(mTetherConfig.isBpfOffloadEnabled()).thenReturn(false); in testBpfDisabledbyConfig()
1195 when(mTetherConfig.getOffloadPollInterval()).thenReturn(interval); in testTetheringConfigSetPollingInterval()
1205 when(mTetherConfig.getOffloadPollInterval()).thenReturn(pollingInterval); in testTetheringConfigSetPollingInterval()
H A DOffloadControllerTest.java113 @Mock private TetheringConfiguration mTetherConfig; field in OffloadControllerTest
126 return mTetherConfig;
138 when(mTetherConfig.getOffloadPollInterval()).thenReturn(-1); // Disabled. in setUp()
160 when(mTetherConfig.getOffloadPollInterval()).thenReturn(interval); in setOffloadPollInterval()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java183 @Mock private TetheringConfiguration mTetherConfig; field in IpServerTest
282 when(mTetherConfig.isBpfOffloadEnabled()).thenReturn(true /* default value */); in setUp()
307 return mTetherConfig; in setUp()