Searched refs:TETHER_ERROR_INTERNAL_ERROR (Results 1 – 8 of 8) sorted by relevance
36 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;318 case TETHER_ERROR_INTERNAL_ERROR: in errorCodeToEnum()
36 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;214 runErrorCodesTest(TETHER_ERROR_INTERNAL_ERROR, ErrorCode.EC_INTERNAL_ERROR); in testErrorCodes()
219 TETHER_ERROR_INTERNAL_ERROR,233 TETHER_ERROR_INTERNAL_ERROR,245 public static final int TETHER_ERROR_INTERNAL_ERROR = 5; field in TetheringManager
57 field public static final int TETHER_ERROR_INTERNAL_ERROR = 5; // 0x5
44 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()
25 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;1257 mLastError = TETHER_ERROR_INTERNAL_ERROR; in processMessage()
49 import static android.net.TetheringManager.TETHER_ERROR_INTERNAL_ERROR;2038 eq(TETHER_ERROR_INTERNAL_ERROR)); in failureEnablingIpForwarding()
3450 TetheringManager.TETHER_ERROR_INTERNAL_ERROR;