Home
last modified time | relevance | path

Searched refs:isTetheringSupported (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DTetherUtil.java99 public static boolean isTetheringSupported(Context context) { in isTetheringSupported() method in TetherUtil
103 return !isSecondaryUser && cm.isTetheringSupported(); in isTetheringSupported()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHotspotControllerImpl.java96 return TetherUtil.isTetheringSupported(mContext); in isHotspotSupported()
/frameworks/base/core/java/android/net/
DIConnectivityManager.aidl77 boolean isTetheringSupported(); in isTetheringSupported() method
DConnectivityManager.java1571 public boolean isTetheringSupported() { in isTetheringSupported() method in ConnectivityManager
1573 return mService.isTetheringSupported(); in isTetheringSupported()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2521 if (isTetheringSupported()) { in tether()
2532 if (isTetheringSupported()) { in untether()
2543 if (isTetheringSupported()) { in getLastTetherError()
2553 if (isTetheringSupported()) { in getTetherableUsbRegexs()
2562 if (isTetheringSupported()) { in getTetherableWifiRegexs()
2571 if (isTetheringSupported()) { in getTetherableBluetoothRegexs()
2580 if (isTetheringSupported()) { in setUsbTethering()
2612 public boolean isTetheringSupported() { in isTetheringSupported() method in ConnectivityService
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java381 if (!getConnectivityManager().isTetheringSupported()) return; in sendTetherStateChangedBroadcast()