Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java715 private boolean checkSoftApClient(SoftApConfiguration config, WifiClient newClient) { in checkSoftApClient() argument
721 if (mBlockedClientList.contains(newClient.getMacAddress())) { in checkSoftApClient()
722 Log.d(getTag(), "Force disconnect for client: " + newClient + "in blocked list"); in checkSoftApClient() local
724 mApInterfaceName, newClient.getMacAddress(), in checkSoftApClient()
726 addClientToPendingDisconnectionList(newClient, in checkSoftApClient()
732 && !mAllowedClientList.contains(newClient.getMacAddress())) { in checkSoftApClient()
733 mSoftApCallback.onBlockedClientConnecting(newClient, in checkSoftApClient()
735 Log.d(getTag(), "Force disconnect for unauthorized client: " + newClient); in checkSoftApClient() local
737 mApInterfaceName, newClient.getMacAddress(), in checkSoftApClient()
739 addClientToPendingDisconnectionList(newClient, in checkSoftApClient()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothScanner.java203 ClientRecord newClient = new ClientRecord(listener, matchers); in startListening() local
212 mClients.add(newClient); in startListening()
233 for (BluetoothDeviceCriteria matcher : newClient.matchers) { in startListening()
235 newClient.devices.add(target); in startListening()
236 newClient.listener.onDeviceAdded(target); in startListening()
/packages/services/Car/service/src/com/android/car/
DInputCaptureClientController.java312 ClientInfoForDisplay newClient = new ClientInfoForDisplay(Binder.getCallingUid(), in requestInputEventCapture() local
316 newClient.linkToDeath(); in requestInputEventCapture()
354 fullCapturersStack.addFirst(newClient); in requestInputEventCapture()
398 newClient.mGrantedTypes.add(inputType); in requestInputEventCapture()
400 perInputStack.addFirst(newClient); in requestInputEventCapture()
409 if (topStackClient == newClient) { in requestInputEventCapture()
420 allClientsForDisplay.put(clientBinder, newClient); in requestInputEventCapture()