Home
last modified time | relevance | path

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

/frameworks/base/core/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.java264 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in handleMessage() local
267 responseMsg.setData(responseBundle); in handleMessage()
268 responseMsg.replyTo = mMessenger; in handleMessage()
270 mNfcService.send(responseMsg); in handleMessage()
327 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in sendResponseApdu() local
330 responseMsg.setData(dataBundle); in sendResponseApdu()
332 mMessenger.send(responseMsg); in sendResponseApdu()