Searched refs:getLastTetherError (Results 1 – 6 of 6) sorted by relevance
85 int getLastTetherError(String iface); in getLastTetherError() method
2815 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityManager2817 return mService.getLastTetherError(iface); in getLastTetherError()
537 assertEquals(TETHER_ERROR_UNKNOWN_IFACE, mTethering.getLastTetherError(TEST_WLAN_IFNAME)); in workingLocalOnlyHotspotEnrichedApBroadcast()788 assertEquals(TETHER_ERROR_UNKNOWN_IFACE, mTethering.getLastTetherError(TEST_WLAN_IFNAME)); in workingWifiTetheringEnrichedApBroadcast()
524 public int getLastTetherError(String iface) { in getLastTetherError() method in Tethering
3887 public int getLastTetherError(String iface) { in getLastTetherError() method in ConnectivityService3891 return mTethering.getLastTetherError(iface); in getLastTetherError()
45972 Landroid/net/IConnectivityManager$Stub$Proxy;->getLastTetherError(Ljava/lang/String;)I