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

  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 373 int usbError = ConnectivityManager.TETHER_ERROR_NO_ERROR;
377 if (usbError == ConnectivityManager.TETHER_ERROR_NO_ERROR) {
401 if (usbError == ConnectivityManager.TETHER_ERROR_NO_ERROR) {
544 if (cm.setUsbTethering(enabled) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {
576 cm.untether(bluetoothIface) != ConnectivityManager.TETHER_ERROR_NO_ERROR) {