Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DConnectivityManager.java600 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityManager
602 return mService.getTetherableIfaces(); in getTetherableIfaces()
DIConnectivityManager.aidl82 String[] getTetherableIfaces(); in getTetherableIfaces() method
/frameworks/base/services/java/com/android/server/
DConnectivityService.java2424 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityService
2426 return mTethering.getTetherableIfaces(); in getTetherableIfaces()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java661 public String[] getTetherableIfaces() { in getTetherableIfaces() method in Tethering