Home
last modified time | relevance | path

Searched defs:getTetherableIfaces (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/tether/
DTetherScreenTest.kt96 fun getTetherableIfaces() = emptyArray method in com.android.settings.network.tether.ShadowTetheringManager
/packages/modules/Connectivity/framework/src/android/net/
DIConnectivityManager.aidl106 String[] getTetherableIfaces(); in getTetherableIfaces() method
DConnectivityManager.java3021 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityManager