Searched refs:TETHER_ERROR_NO_ERROR (Results 1 – 4 of 4) sorted by relevance
316 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in tether()334 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in untether()501 if (result == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in tetherUsb()580 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in setUsbTethering()752 setLastError(ConnectivityManager.TETHER_ERROR_NO_ERROR); in TetherInterfaceSM()816 return (mLastError != ConnectivityManager.TETHER_ERROR_NO_ERROR); in isErrored()833 setLastError(ConnectivityManager.TETHER_ERROR_NO_ERROR); in processMessage()1044 setLastError(ConnectivityManager.TETHER_ERROR_NO_ERROR); in enter()
710 public static final int TETHER_ERROR_NO_ERROR = 0; field in ConnectivityManager
391 if (cm.tether(iface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in enableTethering()
1118 if(mCm.tether(intf) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in startTethering()1148 if (mCm.untether(mInterfaceName) != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in stopTethering()