HomeSort by relevance Sort by last modified time
    Searched refs:nfc (Results 276 - 300 of 435) sorted by null

<<1112131415161718

  /packages/apps/Tag/src/com/android/apps/tag/record/
MimeRecord.java 25 import android.nfc.NdefRecord;
SmartPoster.java 28 import android.nfc.FormatException;
29 import android.nfc.NdefMessage;
30 import android.nfc.NdefRecord;
44 * A representation of an NFC Forum "Smart Poster".
49 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
59 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
68 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
79 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
92 * NFC Forum Smart Poster Record Type Definition section 3.2.1.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
BaseEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
13 import android.nfc.NfcAdapter;
14 import android.nfc.cardemulation.CardEmulation;
168 "com.android.cts.verifier.nfc.hce.BogusService");
HceEmulatorTestActivity.java 17 package com.android.cts.verifier.nfc.hce;
26 import android.nfc.NfcAdapter;
27 import android.nfc.cardemulation.CardEmulation;
31 /** Activity that lists all the NFC HCE emulator tests. */
HceReaderTestActivity.java 17 package com.android.cts.verifier.nfc.hce;
19 import android.nfc.NfcAdapter;
20 import android.nfc.cardemulation.CardEmulation;
30 /** Activity that lists all the NFC HCE reader tests. */
  /frameworks/base/core/java/android/nfc/cardemulation/
NfcFCardEmulation.java 17 package android.nfc.cardemulation;
25 import android.nfc.INfcFCardEmulation;
26 import android.nfc.NfcAdapter;
36 * NFC-F card emulation services.
38 * For a general introduction into NFC card emulation,
39 * please read the <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html">
40 * NFC card emulation developer guide</a>.</p>
81 Log.e(TAG, "This device does not support NFC-F card emulation");
CardEmulation.java 17 package android.nfc.cardemulation;
27 import android.nfc.INfcCardEmulation;
28 import android.nfc.NfcAdapter;
40 * NFC card emulation services.
42 * For a general introduction into NFC card emulation,
43 * please read the <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html">
44 * NFC card emulation developer guide</a>.</p>
64 "android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT";
82 * Category used for NFC payment services.
99 * or {@link OffHostApduService}, if a remote NFC device select
    [all...]
HostApduService.java 17 package android.nfc.cardemulation;
34 * extended to emulate an NFC card inside an Android
40 * <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html">
44 * <h3>NFC Protocols</h3>
45 * <p>Cards emulated by this class are based on the NFC-Forum ISO-DEP
51 * <p>When a remote NFC device wants to talk to your
101 * &lt;action android:name="android.nfc.cardemulation.action.HOST_APDU_SERVICE"/&gt;
103 * &lt;meta-data android:name="android.nfc.cardemulation.host_apdu_ervice" android:resource="@xml/apduservice"/&gt;
150 * <li>The NFC link is broken</li>
166 "android.nfc.cardemulation.action.HOST_APDU_SERVICE"
    [all...]
HostNfcFService.java 17 package android.nfc.cardemulation;
34 * extended to emulate an NFC-F card inside an Android service component.
36 * <h3>NFC Protocols</h3>
37 * <p>Cards emulated by this class are based on the NFC-Forum NFC-F
43 * System Code and NFCID2, see the NFC Forum Digital specification.</p>
55 * &lt;action android:name="android.nfc.cardemulation.action.HOST_NFCF_SERVICE"/&gt;
57 * &lt;meta-data android:name="android.nfc.cardemulation.host_nfcf_service" android:resource="@xml/nfcfservice"/&gt;
90 * <p>When a remote NFC devices wants to communicate with your service, it
91 * sends a SENSF_REQ command to the NFC controller, requesting a System Code
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/nfc/
NfcPreferenceControllerTest.java 17 package com.android.settings.nfc;
26 import android.nfc.NfcAdapter;
27 import android.nfc.NfcManager;
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 29 import android.nfc.NdefMessage;
30 import android.nfc.NdefRecord;
31 import android.nfc.NfcAdapter;
136 adapter.add(new TagDescription("Real NFC message", MockNdefMessages.REAL_NFC_MSG));
  /prebuilts/sdk/tools/darwin/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/linux/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/windows/lib/
shrinkedAndroid.jar 
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 17 package com.android.nfc;
41 import android.nfc.BeamShareData;
42 import android.nfc.ErrorCodes;
43 import android.nfc.FormatException;
44 import android.nfc.IAppCallback;
45 import android.nfc.INfcAdapter;
46 import android.nfc.INfcAdapterExtras;
47 import android.nfc.INfcCardEmulation;
48 import android.nfc.INfcDta;
49 import android.nfc.INfcFCardEmulation
    [all...]
NfcDispatcher.java 17 package com.android.nfc;
24 import com.android.nfc.RegisteredComponentCache.ComponentInfo;
25 import com.android.nfc.handover.HandoverDataParser;
26 import com.android.nfc.handover.PeripheralHandoverService;
46 import android.nfc.NdefMessage;
47 import android.nfc.NdefRecord;
48 import android.nfc.NfcAdapter;
49 import android.nfc.Tag;
50 import android.nfc.tech.Ndef;
51 import android.nfc.tech.NfcBarcode
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 17 package com.android.nfc.cardemulation;
33 import android.nfc.cardemulation.AidGroup;
34 import android.nfc.cardemulation.ApduServiceInfo;
35 import android.nfc.cardemulation.CardEmulation;
36 import android.nfc.cardemulation.HostApduService;
37 import android.nfc.cardemulation.OffHostApduService;
242 // Check if the package holds the NFC permission
243 if (pm.checkPermission(android.Manifest.permission.NFC, si.packageName) !=
247 android.Manifest.permission.NFC);
  /packages/apps/Contacts/src/com/android/contacts/vcard/
NfcImportVCardActivity.java 27 import android.nfc.NdefMessage;
28 import android.nfc.NdefRecord;
29 import android.nfc.NfcAdapter;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcDialogs.java 17 package com.android.cts.verifier.nfc;
27 /** Class containing methods to create common dialogs for NFC activities. */
  /device/google/marlin/
device-marlin.mk 56 device/google/marlin/nfc/libnfc-nxp.marlin.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nxp.conf
  /frameworks/base/core/java/android/nfc/
NdefMessage.java 17 package android.nfc;
29 * NDEF (NFC Data Exchange Format) is a light-weight binary format,
30 * used to encapsulate typed data. It is specified by the NFC Forum,
31 * for transmission and storage with NFC, however it is transport agnostic.
39 * (for example by reading an NFC tag) it processes it through
50 * always available, even on Android devices that do not have NFC hardware.
85 * NFC Forum.
185 * in an NFC Forum NDEF compatible tag.<p>
  /frameworks/base/nfc-extras/tests/src/com/android/nfc_extras/tests/
BasicNfcEeTest.java 20 import android.nfc.NfcAdapter;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
NfcTile.java 26 import android.nfc.NfcAdapter;
37 /** Quick settings tile: Enable/Disable NFC **/
  /hardware/nxp/nfc/1.1/
Nfc.cpp 19 #define LOG_TAG "android.hardware.nfc@1.1-impl"
21 #include "Nfc.h"
32 namespace nfc { namespace in namespace:android::hardware
36 sp<V1_1::INfcClientCallback> Nfc::mCallbackV1_1 = nullptr;
37 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr;
39 Return<V1_0::NfcStatus> Nfc::open_1_1(
42 ALOGD_IF(nfc_debug_enabled, "Nfc::open null callback");
51 // Methods from ::android::hardware::nfc::V1_0::INfc follow.
52 Return<V1_0::NfcStatus> Nfc::open(
54 ALOGD_IF(nfc_debug_enabled, "Nfc::open Enter")
    [all...]
  /hardware/nxp/nfc/halimpl/hal/
phNxpNciHal.h 19 #include <hardware/nfc.h>

Completed in 1813 milliseconds

<<1112131415161718