Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/server/
DNetworkStackService.java209 final IpClient ipClient = new IpClient(mContext, ifName, cb, mObserverRegistry, this); in makeIpClient() local
219 mIpClients.add(new WeakReference<>(ipClient)); in makeIpClient()
222 cb.onIpClientCreated(ipClient.makeConnector()); in makeIpClient()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java83 public void onIpClientCreated(IIpClient ipClient) { in onIpClientCreated() argument
91 mIpClient = ipClient; in onIpClientCreated()