Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DConnectivity.java526 InetAddress inetAddress = null; in onStartTdls() local
528 inetAddress = InetAddress.getByName(mTdlsAddr); in onStartTdls()
529 mWm.setTdlsEnabled(inetAddress, true); in onStartTdls()
538 InetAddress inetAddress = null; in onStopTdls() local
540 inetAddress = InetAddress.getByName(mTdlsAddr); in onStopTdls()
541 mWm.setTdlsEnabled(inetAddress, false); in onStopTdls()
581 InetAddress inetAddress = null; in onRoutedRequest() local
583 inetAddress = InetAddress.getByName(url); in onRoutedRequest()
589 mCm.requestRouteToHostAddress(ConnectivityManager.TYPE_MOBILE_HIPRI, inetAddress); in onRoutedRequest()