Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl87 String[] getTetheredIfaces(); in getTetheredIfaces() method
DConnectivityManager.java872 public String[] getTetheredIfaces() { in getTetheredIfaces() method in ConnectivityManager
874 return mService.getTetheredIfaces(); in getTetheredIfaces()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java671 public String[] getTetheredIfaces() { in getTetheredIfaces() method in Tethering
/frameworks/base/services/java/com/android/server/
DConnectivityService.java2908 public String[] getTetheredIfaces() { in getTetheredIfaces() method in ConnectivityService
2910 return mTethering.getTetheredIfaces(); in getTetheredIfaces()