Home
last modified time | relevance | path

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

/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
H A DP2pUtils.java44 NetworkInterface networkInterface = toNetworkInterface(interfaceName); in isOnInterface() local
46 return networkInterface != null && inet4Address != null in isOnInterface()
47 && isOnInterface(networkInterface, inet4Address); in isOnInterface()
H A DP2pPrinterConnection.java110 public void onConnectionOpen(String networkInterface, WifiP2pInfo info) { in onConnectionOpen() argument
116 mInterface = NetworkInterface.getByName(networkInterface); in onConnectionOpen()
121 if (DEBUG) Log.d(TAG, "Failed to get interface from " + networkInterface); in onConnectionOpen()
H A DP2pMonitor.java136 public void onConnectionOpen(String networkInterface, WifiP2pInfo info) { in connect()
137 mConnectedInterface = networkInterface; in connect()
H A DP2pConnectionListener.java31 void onConnectionOpen(String networkInterface, WifiP2pInfo info); in onConnectionOpen() argument
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
H A DHdHomeRunDiscover.java175 NetworkInterface networkInterface = interfaces.nextElement(); in getLocalIpInfo() local
176 for (InterfaceAddress interfaceAddress : networkInterface.getInterfaceAddresses()) { in getLocalIpInfo()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...