Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl84 String[] getTetherableIfaces(); in getTetherableIfaces() method
DConnectivityManager.java1832 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityManager
1834 return mService.getTetherableIfaces(); in getTetherableIfaces()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DConnectivityServiceMock.java625 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityServiceMock
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java970 public String[] getTetherableIfaces() { in getTetherableIfaces() method in Tethering
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2758 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityService
2760 return mTethering.getTetherableIfaces(); in getTetherableIfaces()