Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/cardemulation/
DHostNfcFService.java192 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET); in handleMessage() local
195 responseMsg.setData(responseBundle); in handleMessage()
196 responseMsg.replyTo = mMessenger; in handleMessage()
198 mNfcService.send(responseMsg); in handleMessage()
243 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET); in sendResponsePacket() local
246 responseMsg.setData(dataBundle); in sendResponsePacket()
248 mMessenger.send(responseMsg); in sendResponsePacket()
DHostApduService.java283 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in handleMessage() local
286 responseMsg.setData(responseBundle); in handleMessage()
287 responseMsg.replyTo = mMessenger; in handleMessage()
289 mNfcService.send(responseMsg); in handleMessage()
354 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in sendResponseApdu() local
357 responseMsg.setData(dataBundle); in sendResponseApdu()
359 mMessenger.send(responseMsg); in sendResponseApdu()