Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DBluetoothTetheringNetworkFactory.java58 private int mIpClientStartIndex = 0; field in BluetoothTetheringNetworkFactory
82 if (mCurrentStartIndex != mIpClientStartIndex) { in onIpClientCreated()
112 mIpClientStartIndex++; in stopIpClientLocked()
124 mIpClientStartIndex++; in startIpClientLocked()
125 final BtIpClientCallback callback = new BtIpClientCallback(mIpClientStartIndex); in startIpClientLocked()
151 ipClientStartIndex = mIpClientStartIndex; in startNetwork()
171 if (ipClientStartIndex != mIpClientStartIndex) return; in startNetwork()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java173 private int mIpClientStartIndex = 0; field in WifiP2pServiceImpl
590 mIpClientStartIndex++; in stopIpClient()
604 mIpClientStartIndex++; in startIpClient()
606 mIpClientStartIndex, smHandler)); in startIpClient()
621 if (mIpClientStartIndex != mStartIndex) { in onIpClientCreated()