Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl98 String[] getTetheredIfaces(); in getTetheredIfaces() method
DConnectivityManager.java2354 public String[] getTetheredIfaces() { in getTetheredIfaces() method in ConnectivityManager
2356 return mService.getTetheredIfaces(); in getTetheredIfaces()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestBase.java223 String[] active = mCm.getTetheredIfaces(); in waitForTetherStateChange()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java807 final boolean isTetheringActiveOnDevice = (mWrapper.getTetheredIfaces().length != 0); in onUserRestrictionsChanged()
975 public String[] getTetheredIfaces() { in getTetheredIfaces() method in Tethering
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java852 when(tethering.getTetheredIfaces()).thenReturn(activeTetheringIfacesList); in userRestrictionsListenerBehaviour()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3947 public String[] getTetheredIfaces() { in getTetheredIfaces() method in ConnectivityService
3949 return mTethering.getTetheredIfaces(); in getTetheredIfaces()
6921 for (String tether : getTetheredIfaces()) { in factoryReset()
/frameworks/base/config/
Dhiddenapi-greylist.txt249 Landroid/net/IConnectivityManager$Stub$Proxy;->getTetheredIfaces()[Ljava/lang/String;
/frameworks/base/services/
Dart-profile821 PLcom/android/server/ConnectivityService;->getTetheredIfaces()[Ljava/lang/String;
5611 PLcom/android/server/connectivity/Tethering;->getTetheredIfaces()[Ljava/lang/String;