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

  /frameworks/base/core/java/android/nfc/cardemulation/
HostApduService.java 37 * "SELECT AID" APDU as defined in the ISO/IEC 7816-4 specification.
93 * <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
99 * </host-apdu-service>
102 * <p>The {@link android.R.styleable#HostApduService &lt;host-apdu-service&gt;} is required
110 * <p>The {@link android.R.styleable#HostApduService &lt;host-apdu-service&gt;} must
129 * <p>Once the platform has resolved a "SELECT AID" command APDU to a specific
130 * service component, the "SELECT AID" command APDU and all subsequent
135 * <li>A "SELECT AID" APDU is received which resolves to another service</li>
183 * a 7816-4 command APDU has been received.
191 * a response APDU back to the remote device
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SimpleReaderActivity.java 98 for (String apdu: mApdus) {
99 sb.append("Request APDU:\n");
100 sb.append(apdu + "\n\n");
102 byte[] response = isoDep.transceive(HceUtils.hexStringToBytes(apdu));
104 sb.append("Response APDU (in " + Long.toString(apduEndTime - apduStartTime) +
111 Log.d(TAG, HceUtils.getHexBytes("APDU response: ", response));
113 Log.d(TAG, "Unexpected APDU response: " + HceUtils.getHexBytes("", response));
120 sb.insert(0, "Total APDU exchange time: " +
130 sb.insert(0, "FAIL. Total APDU exchange time: " +
138 builder.setMessage("An unexpected response APDU was received, or no APDUs were received at all.")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 70 public void onSeApduReceived(byte[] apdu);
NfcService.java 414 public void onSeApduReceived(byte[] apdu) {
416 sendMessage(NfcService.MSG_SE_APDU_RECEIVED, apdu);
    [all...]
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 404 private void notifySeApduReceived(byte[] apdu) {
405 mListener.onSeApduReceived(apdu);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 449 private void notifySeApduReceived(byte[] apdu) {
450 mListener.onSeApduReceived(apdu);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 1209 phNfc_sData_t *apdu = &(evt_info->UiccEvtInfo.aid); local
    [all...]

Completed in 209 milliseconds