Home
last modified time | relevance | path

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

/frameworks/base/nfc/java/android/nfc/cardemulation/
DHostApduService.java218 public static final int MSG_RESPONSE_APDU = 1; field in HostApduService
283 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in handleMessage()
299 case MSG_RESPONSE_APDU: in handleMessage()
354 Message responseMsg = Message.obtain(null, MSG_RESPONSE_APDU); in sendResponseApdu()