Home
last modified time | relevance | path

Searched refs:sendData (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java164 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()
DHostNfcFEmulationManager.java329 NfcService.getInstance().sendData(data); in handleMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java441 public boolean sendData(BluetoothDevice device, String report) { in sendData() method in HidHostService.BluetoothHidHostBinder
446 return service.sendData(device, report); in sendData()
630 boolean sendData(BluetoothDevice device, String report) { in sendData() method in HidHostService
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java2043 public boolean sendData(byte[] data) { in sendData() method in NfcService