Searched refs:responseMsg (Results 1 – 2 of 2) sorted by relevance
192 Message responseMsg = Message.obtain(null, MSG_RESPONSE_PACKET); in handleMessage() local195 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() local246 responseMsg.setData(dataBundle); in sendResponsePacket()248 mMessenger.send(responseMsg); in sendResponsePacket()
283 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in handleMessage() local286 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() local357 responseMsg.setData(dataBundle); in sendResponseApdu()359 mMessenger.send(responseMsg); in sendResponseApdu()