Home
last modified time | relevance | path

Searched refs:TETHER_ERROR_NO_ERROR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java344 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in tether()
362 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in untether()
546 if (result == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in tetherUsb()
625 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in setUsbTethering()
789 setLastError(ConnectivityManager.TETHER_ERROR_NO_ERROR); in TetherInterfaceSM()
863 return (mLastError != ConnectivityManager.TETHER_ERROR_NO_ERROR); in isErrored()
881 setLastError(ConnectivityManager.TETHER_ERROR_NO_ERROR); in processMessage()
1105 setLastError(ConnectivityManager.TETHER_ERROR_NO_ERROR); in enter()
/frameworks/base/core/java/android/net/
DConnectivityManager.java1662 public static final int TETHER_ERROR_NO_ERROR = 0; field in ConnectivityManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java3536 if (mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in startTethering()
3567 if (mCm.untether(mTetherInterfaceName) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in stopTethering()