HomeSort by relevance Sort by last modified time
    Searched refs:getTetheredIfaces (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 84 String[] getTetheredIfaces();
ConnectivityManager.java 611 public String[] getTetheredIfaces() {
613 return mService.getTetheredIfaces();
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 342 String[] tethered = cm.getTetheredIfaces();
515 String [] tethered = cm.getTetheredIfaces();
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java     [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 630 public String[] getTetheredIfaces() {
    [all...]

Completed in 187 milliseconds