Searched refs:MSG_RESPONSE_APDU (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostApduService.java190 * MSG_RESPONSE_APDU is sent to NfcService to send
195 public static final int MSG_RESPONSE_APDU = 1; field in class:HostApduService
248 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU);
264 case MSG_RESPONSE_APDU:
311 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU);

Completed in 803 milliseconds