Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DConnectivityManager.java642 public String[] getTetheredIfaces() { in getTetheredIfaces() method in ConnectivityManager
644 return mService.getTetheredIfaces(); in getTetheredIfaces()
DIConnectivityManager.aidl85 String[] getTetheredIfaces(); in getTetheredIfaces() method
/frameworks/base/services/java/com/android/server/
DConnectivityService.java2645 public String[] getTetheredIfaces() { in getTetheredIfaces() method in ConnectivityService
2647 return mTethering.getTetheredIfaces(); in getTetheredIfaces()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java657 public String[] getTetheredIfaces() { in getTetheredIfaces() method in Tethering