Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java750 tetherMatchingInterfaces(IpServer.STATE_AVAILABLE, TETHERING_USB); in handleUsbAction()
754 tetherMatchingInterfaces(IpServer.STATE_TETHERED, TETHERING_USB); in handleUsbAction()
879 private void tetherMatchingInterfaces(int requestedState, int interfaceType) { in tetherMatchingInterfaces() method in Tethering