Searched refs:responseMsg (Results 1 – 3 of 3) sorted by relevance
355 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in handleMessage() local366 responseMsg.setData(responseBundle); in handleMessage()367 responseMsg.replyTo = getMessenger(); in handleMessage()369 getNfcService().send(responseMsg); in handleMessage()453 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in sendResponseApdu() local456 responseMsg.setData(dataBundle); in sendResponseApdu()461 responseMsg.arg1 = ackCookie; in sendResponseApdu()467 getMessenger().send(responseMsg); in sendResponseApdu()
73 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET); in handleMessage() local76 responseMsg.setData(responseBundle); in handleMessage()77 responseMsg.replyTo = mHostNfcFService.getMessenger(); in handleMessage()79 mHostNfcFService.getNfcService().send(responseMsg); in handleMessage()
210 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET); in sendResponsePacket() local213 responseMsg.setData(dataBundle); in sendResponsePacket()215 mMessenger.send(responseMsg); in sendResponsePacket()