Searched refs:sendData (Results 1 – 4 of 4) sorted by relevance
164 NfcService.getInstance().sendData(ANDROID_HCE_RESPONSE); in onHostEmulationData()170 NfcService.getInstance().sendData(AID_NOT_FOUND); in onHostEmulationData()190 NfcService.getInstance().sendData(AID_NOT_FOUND); in onHostEmulationData()238 NfcService.getInstance().sendData(UNKNOWN_ERROR); in onHostEmulationData()516 NfcService.getInstance().sendData(data); in handleMessage()
329 NfcService.getInstance().sendData(data); in handleMessage()
441 public boolean sendData(BluetoothDevice device, String report) { in sendData() method in HidHostService.BluetoothHidHostBinder446 return service.sendData(device, report); in sendData()630 boolean sendData(BluetoothDevice device, String report) { in sendData() method in HidHostService
2043 public boolean sendData(byte[] data) { in sendData() method in NfcService