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()
264 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in handleMessage() local267 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() local330 responseMsg.setData(dataBundle); in sendResponseApdu()332 mMessenger.send(responseMsg); in sendResponseApdu()