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 182 * MSG_COMMAND_APDU is sent by NfcService when
187 public static final int MSG_COMMAND_APDU = 0;
233 case MSG_COMMAND_APDU:
261 Log.e(TAG, "Received MSG_COMMAND_APDU without data.");
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 326 Message msg = Message.obtain(null, HostApduService.MSG_COMMAND_APDU);

Completed in 58 milliseconds