Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java978 tetherMatchingInterfaces(IpServer.STATE_AVAILABLE, TETHERING_USB); in handleUsbAction()
982 tetherMatchingInterfaces(IpServer.STATE_TETHERED, TETHERING_USB); in handleUsbAction()
984 tetherMatchingInterfaces(IpServer.STATE_LOCAL_ONLY, TETHERING_NCM); in handleUsbAction()
1208 private void tetherMatchingInterfaces(int requestedState, int interfaceType) { in tetherMatchingInterfaces() method in Tethering