Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java422 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 …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java234 != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in startTethering()
263 != ConnectivityManager.TETHER_ERROR_NO_ERROR) { in stopTethering()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java205 .thenReturn(ConnectivityManager.TETHER_ERROR_NO_ERROR); in announceAvailableForTethering()
/frameworks/base/core/java/android/net/
DConnectivityManager.java2026 if (resultCode == TETHER_ERROR_NO_ERROR) { in startTethering()
2146 public static final int TETHER_ERROR_NO_ERROR = 0; field in ConnectivityManager
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java2678 if (status == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in tether()
2696 if (status == ConnectivityManager.TETHER_ERROR_NO_ERROR) { in untether()