Searched refs:TETHER_ERROR_NO_ERROR (Results 1 – 5 of 5) sorted by relevance
422 sendTetherResult(receiver, ConnectivityManager.TETHER_ERROR_NO_ERROR); in enableTetheringInternal()433 result == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in enableTetheringInternal()472 ConnectivityManager.TETHER_ERROR_NO_ERROR : in setBluetoothTethering()513 if (resultCode == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in getProxyReceiver()592 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in tether()610 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in untether()804 if (result == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in tetherUsb()893 return ConnectivityManager.TETHER_ERROR_NO_ERROR; in setUsbTethering()1065 setLastError(ConnectivityManager.TETHER_ERROR_NO_ERROR); in TetherInterfaceSM()1139 return (mLastError != ConnectivityManager.TETHER_ERROR_NO_ERROR); in isErrored()[all …]
234 != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in startTethering()263 != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in stopTethering()
205 .thenReturn(ConnectivityManager.TETHER_ERROR_NO_ERROR); in announceAvailableForTethering()
2026 if (resultCode == TETHER_ERROR_NO_ERROR) { in startTethering()2146 public static final int TETHER_ERROR_NO_ERROR = 0; field in ConnectivityManager
2678 if (status == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in tether()2696 if (status == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in untether()