Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java600 mBpfCoordinator.tetherOffloadClientClear(this); in stopIPv4()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java729 public void tetherOffloadClientClear(@NonNull final IpServer ipServer) { in tetherOffloadClientClear() method in BpfCoordinator
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java592 inOrder.verify(mBpfCoordinator).tetherOffloadClientClear(mIpServer); in canUnrequestTetheringWithUpstream()