HomeSort by relevance Sort by last modified time
    Searched full:apdu (Results 26 - 50 of 77) sorted by null

12 3 4

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceUtils.java 68 public static final CommandApdu buildCommandApdu(String apdu, boolean reachable) {
69 return new CommandApdu(apdu, reachable);
DualNonPaymentEmulatorActivity.java 33 // Combine command/response APDU arrays
OnAndOffHostEmulatorActivity.java 34 // Combine command/response APDU arrays
DualNonPaymentPrefixEmulatorActivity.java 43 // Combine command/response APDU arrays
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostEmulationManager.java 57 /** Length of Select APDU header including length byte */
152 Log.e(TAG, "Dropping APDU in STATE_W4_DECTIVATE");
216 // Queue SELECT APDU to be used
221 Log.d(TAG, "Dropping non-select APDU in STATE_W4_SELECT");
226 Log.d(TAG, "Unexpected APDU in STATE_W4_SERVICE");
240 // Regular APDU data
244 Log.d(TAG, "Service no longer bound, dropping APDU");
324 Log.e(TAG, "Remote service has died, dropping APDU");
391 if (DBG) Log.d(TAG, "Data size too small for SELECT APDU");
442 // Send pending select APDU
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
OffHostApduService.java 31 * "SELECT AID" APDU as defined in the ISO/IEC 7816-4 specification.
89 * <offhost-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
95 * </offhost-apdu-service>
98 * <p>The {@link android.R.styleable#OffHostApduService &lt;offhost-apdu-service&gt;} is required
103 * <p>The {@link android.R.styleable#OffHostApduService &lt;offhost-apdu-service&gt;} must
ApduServiceInfo.java 137 if (onHost && !"host-apdu-service".equals(tagName)) {
139 "Meta-data does not start with <host-apdu-service> tag");
140 } else if (!onHost && !"offhost-apdu-service".equals(tagName)) {
142 "Meta-data does not start with <offhost-apdu-service> tag");
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/res/xml/
aid_list.xml 32 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
64 </host-apdu-service>
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/res/xml/
aid_list.xml 32 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
64 </host-apdu-service>
  /development/samples/browseable/CardEmulation/res/xml/
aid_list.xml 32 <host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
64 </host-apdu-service>
  /developers/build/prebuilts/gradle/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 93 * Verify that account number is returned in response to APDU.
113 * Verify that account number is returned in response to APDU.
156 * Test building SELECT APDU from AID string.
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 93 * Verify that account number is returned in response to APDU.
113 * Verify that account number is returned in response to APDU.
156 * Test building SELECT APDU from AID string.
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 65 * Broadcast action: A filtered APDU was received.
67 * <p>This happens when an APDU of interest was matched by the Nfc adapter,
82 * <p>Contains the bytes of the received APDU.
  /developers/build/prebuilts/gradle/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 102 * Build APDU for SELECT AID command. This command indicates which service a reader is
106 * @return APDU for SELECT AID command
  /developers/samples/android/connectivity/nfc/CardReader/Application/src/main/java/com/example/android/cardreader/
LoyaltyCardReader.java 102 * Build APDU for SELECT AID command. This command indicates which service a reader is
106 * @return APDU for SELECT AID command
  /development/samples/browseable/CardReader/src/com.example.android.cardreader/
LoyaltyCardReader.java 102 * Build APDU for SELECT AID command. This command indicates which service a reader is
106 * @return APDU for SELECT AID command
  /external/bluetooth/bluedroid/bta/include/
bta_hl_co.h 97 ** maximum APDU size configuration
100 ** p_echo_cfg (output) - pointer to the Echo test maximum APDU size
bta_hl_api.h 226 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
234 UINT16 max_tx_apdu_size; /* maximum TX APDU size*/
810 ** Description Send an APDU to the peer device
  /developers/build/prebuilts/gradle/CardReader/Application/tests/src/com/example/android/cardreader/tests/
SampleTests.java 76 * Test building SELECT APDU from AID string.
  /developers/samples/android/connectivity/nfc/CardReader/Application/tests/src/com/example/android/cardreader/tests/
SampleTests.java 76 * Test building SELECT APDU from AID string.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbydevice.js 21 /** Send raw APDU */
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 185 * 255 payload bytes, which results in a maximum APDU length of 261 bytes.
192 * in the future though. Use this method to check for extended length APDU
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 170 ** maximum APDU size configurations
173 ** p_echo_cfg (output) - pointer to the Echo test maximum APDU size

Completed in 499 milliseconds

12 3 4