Searched refs:getTetherableIfaces (Results 1 – 9 of 9) sorted by relevance
16 method @NonNull public String[] getTetherableIfaces();
26 method @NonNull public String[] getTetherableIfaces();
91 String[] getTetherableIfaces(); in getTetherableIfaces() method
2324 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityManager2325 return mTetheringManager.getTetherableIfaces(); in getTetherableIfaces()
1245 public @NonNull String[] getTetherableIfaces() {
1961 assertContains(Arrays.asList(mTethering.getTetherableIfaces()), TEST_USB_IFNAME); in testNoAddressAvailable()1962 assertContains(Arrays.asList(mTethering.getTetherableIfaces()), TEST_ETH_IFNAME); in testNoAddressAvailable()
197 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetherableIfaces()[Ljava/lang/String;
1327 String[] getTetherableIfaces() { in getTetherableIfaces() method in Tethering
4211 public String[] getTetherableIfaces() { in getTetherableIfaces() method in ConnectivityService4214 return tm.getTetherableIfaces(); in getTetherableIfaces()