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

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

Completed in 76 milliseconds