Searched refs:inetAddress (Results 1 – 1 of 1) sorted by relevance
526 InetAddress inetAddress = null; in onStartTdls() local528 inetAddress = InetAddress.getByName(mTdlsAddr); in onStartTdls()529 mWm.setTdlsEnabled(inetAddress, true); in onStartTdls()538 InetAddress inetAddress = null; in onStopTdls() local540 inetAddress = InetAddress.getByName(mTdlsAddr); in onStopTdls()541 mWm.setTdlsEnabled(inetAddress, false); in onStopTdls()581 InetAddress inetAddress = null; in onRoutedRequest() local583 inetAddress = InetAddress.getByName(url); in onRoutedRequest()589 mCm.requestRouteToHostAddress(ConnectivityManager.TYPE_MOBILE_HIPRI, inetAddress); in onRoutedRequest()