HomeSort by relevance Sort by last modified time
    Searched full:responsemsg (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 248 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU);
251 responseMsg.setData(responseBundle);
252 responseMsg.replyTo = mMessenger;
254 mNfcService.send(responseMsg);
311 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU);
314 responseMsg.setData(dataBundle);
316 mMessenger.send(responseMsg);

Completed in 1645 milliseconds