Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java204 TETHER_ERROR_IFACE_CFG_ERROR,
231 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/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java47 import static android.net.TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR;
2429 assertEquals(TETHER_ERROR_IFACE_CFG_ERROR, mTethering.getLastErrorForTest( in testNoAddressAvailable()
2431 assertEquals(TETHER_ERROR_IFACE_CFG_ERROR, mTethering.getLastErrorForTest(TEST_ETH_IFNAME)); in testNoAddressAvailable()
/packages/modules/Connectivity/framework/src/android/net/
DConnectivityManager.java2958 public static final int TETHER_ERROR_IFACE_CFG_ERROR = field in ConnectivityManager
2959 TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR;
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1162 mLastError = TetheringManager.TETHER_ERROR_IFACE_CFG_ERROR; in enter()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt142 Landroid/net/ConnectivityManager;->TETHER_ERROR_IFACE_CFG_ERROR:I