HomeSort by relevance Sort by last modified time
    Searched refs:MSG_COMMAND_APDU (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 198 * MSG_COMMAND_APDU is sent by NfcService when
203 public static final int MSG_COMMAND_APDU = 0;
249 case MSG_COMMAND_APDU:
277 Log.e(TAG, "Received MSG_COMMAND_APDU without data.");
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 318 Message msg = Message.obtain(null, HostApduService.MSG_COMMAND_APDU);

Completed in 815 milliseconds