Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java35 import static android.net.TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR;
328 case TETHER_ERROR_IFACE_CFG_ERROR: in errorCodeToEnum()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/metrics/
DTetheringMetricsTest.java35 import static android.net.TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR;
221 runErrorCodesTest(TETHER_ERROR_IFACE_CFG_ERROR, ErrorCode.EC_IFACE_CFG_ERROR); in testErrorCodes()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java223 TETHER_ERROR_IFACE_CFG_ERROR,
250 public static final int TETHER_ERROR_IFACE_CFG_ERROR = 10; field in TetheringManager
/packages/modules/Connectivity/Tethering/common/TetheringLib/api/
Dsystem-current.txt56 field public static final int TETHER_ERROR_IFACE_CFG_ERROR = 10; // 0xa
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java24 import static android.net.TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR;
1195 mLastError = TETHER_ERROR_IFACE_CFG_ERROR; in startServingInterface()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java48 import static android.net.TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR;
2998 assertEquals(TETHER_ERROR_IFACE_CFG_ERROR, mTethering.getLastErrorForTest( in testNoAddressAvailable()
3000 assertEquals(TETHER_ERROR_IFACE_CFG_ERROR, mTethering.getLastErrorForTest(TEST_ETH_IFNAME)); in testNoAddressAvailable()
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java3484 public static final int TETHER_ERROR_IFACE_CFG_ERROR = field in ConnectivityManager
3485 TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR;
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt142 Landroid/net/ConnectivityManager;->TETHER_ERROR_IFACE_CFG_ERROR:I