Home
last modified time | relevance | path

Searched refs:TETHER_ERROR_INTERNAL_ERROR (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java36 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;
318 case TETHER_ERROR_INTERNAL_ERROR: in errorCodeToEnum()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/metrics/
DTetheringMetricsTest.java36 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;
214 runErrorCodesTest(TETHER_ERROR_INTERNAL_ERROR, ErrorCode.EC_INTERNAL_ERROR); in testErrorCodes()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java219 TETHER_ERROR_INTERNAL_ERROR,
233 TETHER_ERROR_INTERNAL_ERROR,
245 public static final int TETHER_ERROR_INTERNAL_ERROR = 5; field in TetheringManager
/packages/modules/Connectivity/Tethering/common/TetheringLib/api/
Dsystem-current.txt57 field public static final int TETHER_ERROR_INTERNAL_ERROR = 5; // 0x5
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java44 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;
766 return TETHER_ERROR_INTERNAL_ERROR; in setWifiTethering()
859 ? TETHER_ERROR_NO_ERROR : TETHER_ERROR_INTERNAL_ERROR; in setBluetoothTetheringSettings()
2726 if (lastError == TETHER_ERROR_INTERNAL_ERROR) { in updateInterfaceState()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java25 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;
1257 mLastError = TETHER_ERROR_INTERNAL_ERROR; in processMessage()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java49 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;
2038 eq(TETHER_ERROR_INTERNAL_ERROR)); in failureEnablingIpForwarding()
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java3450 TetheringManager.TETHER_ERROR_INTERNAL_ERROR;