/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
NativeNfcSecureElement.java | 17 package com.android.nfc.dhimpl; 24 * Native interface to the NFC Secure Element functions
|
NativeLlcpSocket.java | 17 package com.android.nfc.dhimpl; 19 import com.android.nfc.DeviceHost;
|
NativeP2pDevice.java | 17 package com.android.nfc.dhimpl; 19 import com.android.nfc.DeviceHost.NfcDepEndpoint;
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
NativeLlcpConnectionlessSocket.java | 17 package com.android.nfc.dhimpl; 19 import com.android.nfc.DeviceHost; 20 import com.android.nfc.LlcpPacket;
|
NativeLlcpServiceSocket.java | 17 package com.android.nfc.dhimpl; 19 import com.android.nfc.DeviceHost; 20 import com.android.nfc.DeviceHost.LlcpSocket;
|
NativeNfcSecureElement.java | 17 package com.android.nfc.dhimpl; 24 * Native interface to the NFC Secure Element functions
|
NativeLlcpSocket.java | 17 package com.android.nfc.dhimpl; 19 import com.android.nfc.DeviceHost;
|
NativeP2pDevice.java | 17 package com.android.nfc.dhimpl; 19 import com.android.nfc.DeviceHost.NfcDepEndpoint;
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
PendingHandoverTransfer.java | 17 package com.android.nfc.handover;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
NdefPushSenderActivity.java | 17 package com.android.cts.verifier.nfc; 23 import android.nfc.NdefMessage; 24 import android.nfc.NdefRecord; 25 import android.nfc.NfcAdapter; 26 import android.nfc.NfcManager; 33 * Test activity that sends a particular NDEF Push message to another NFC device. 59 byte[] mimeBytes = "application/com.android.cts.verifier.nfc"
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
DualNonPaymentEmulatorActivity.java | 1 package com.android.cts.verifier.nfc.hce; 9 import com.android.cts.verifier.nfc.NfcDialogs;
|
HceService.java | 1 package com.android.cts.verifier.nfc.hce; 6 import android.nfc.cardemulation.HostApduService;
|
HceUtils.java | 1 package com.android.cts.verifier.nfc.hce; 8 "com.android.cts.verifier.nfc.hce.ACTION_APDU_SEQUENCE_COMPLETE"; 10 "com.android.cts.verifier.nfc.hce.ACTION_APDU_SEQUENCE_ERROR";
|
OnAndOffHostEmulatorActivity.java | 1 package com.android.cts.verifier.nfc.hce; 10 import com.android.cts.verifier.nfc.NfcDialogs;
|
TapTestEmulatorActivity.java | 1 package com.android.cts.verifier.nfc.hce; 11 import com.android.cts.verifier.nfc.NfcDialogs;
|
ThroughputEmulatorActivity.java | 1 package com.android.cts.verifier.nfc.hce; 11 import com.android.cts.verifier.nfc.NfcDialogs;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/ |
NdefTagTester.java | 17 package com.android.cts.verifier.nfc.tech; 22 import android.nfc.FormatException; 23 import android.nfc.NdefMessage; 24 import android.nfc.NdefRecord; 25 import android.nfc.Tag; 26 import android.nfc.tech.Ndef; 41 private static final String MIME_TYPE = "application/com.android.cts.verifier.nfc";
|
/development/samples/ApiDemos/src/com/example/android/apis/nfc/ |
ForegroundDispatch.java | 17 package com.example.android.apis.nfc; 26 import android.nfc.NfcAdapter; 27 import android.nfc.tech.NfcF; 33 * An example of how to use the NFC foreground dispatch APIs. This will intercept any MIME data 54 // Create a generic PendingIntent that will be deliver to this activity. The NFC stack
|
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 3 # Example nfcpy to hostapd wrapper for WPS NFC operations 13 import nfc namespace 14 import nfc.ndef namespace 15 import nfc.llcp namespace 16 import nfc.handover namespace 84 class HandoverServer(nfc.handover.HandoverServer): 92 sel = nfc.ndef.HandoverSelectMessage(version="1.2") 107 message = nfc.ndef.Message(data); 124 nfc.llcp.activate(peer); 130 while nfc.llcp.connected() [all...] |
/frameworks/base/core/java/android/nfc/ |
ErrorCodes.java | 17 package android.nfc;
|
/frameworks/base/core/java/android/nfc/tech/ |
BasicTagTechnology.java | 17 package android.nfc.tech; 19 import android.nfc.ErrorCodes; 20 import android.nfc.Tag; 21 import android.nfc.TransceiveResult; 31 private static final String TAG = "NFC"; 65 Log.e(TAG, "NFC service dead", e); 82 "this technology is not supported by the NFC " + 88 Log.e(TAG, "NFC service dead", e); 89 throw new IOException("NFC service died"); 111 Log.e(TAG, "NFC service dead", e) [all...] |
IsoDep.java | 17 package android.nfc.tech; 19 import android.nfc.ErrorCodes; 20 import android.nfc.Tag; 38 * require the {@link android.Manifest.permission#NFC} permission. 41 private static final String TAG = "NFC"; 88 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission. 99 Log.e(TAG, "NFC service dead", e); 106 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission. 114 Log.e(TAG, "NFC service dead", e); 164 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission [all...] |
NfcA.java | 17 package android.nfc.tech; 19 import android.nfc.ErrorCodes; 20 import android.nfc.Tag; 28 * Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a {@link Tag}. 31 * <p>The primary NFC-A I/O operation is {@link #transceive}. Applications must 35 * require the {@link android.Manifest.permission#NFC} permission. 38 private static final String TAG = "NFC"; 51 * This indicates the tag does not support NFC-A. 54 * @param tag an NFC-A compatible tag 55 * @return NFC-A objec [all...] |
NfcF.java | 17 package android.nfc.tech; 19 import android.nfc.ErrorCodes; 20 import android.nfc.Tag; 28 * Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a {@link Tag}. 31 * <p>The primary NFC-F I/O operation is {@link #transceive}. Applications must 35 * require the {@link android.Manifest.permission#NFC} permission. 38 private static final String TAG = "NFC"; 51 * This indicates the tag does not support NFC-F. 54 * @param tag an NFC-F compatible tag 55 * @return NFC-F objec [all...] |
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
NdefPushProtocol.java | 17 package com.android.nfc.ndefpush; 21 import android.nfc.NdefMessage; 22 import android.nfc.FormatException;
|