HomeSort by relevance Sort by last modified time
    Searched defs:nfc (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
TransportService2.java 1 package com.android.cts.verifier.nfc.hce;
ConflictingNonPaymentEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
9 import com.android.cts.verifier.nfc.NfcDialogs;
DefaultRouteEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
9 import com.android.cts.verifier.nfc.NfcDialogs;
OffHostEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
10 import com.android.cts.verifier.nfc.NfcDialogs;
SingleNonPaymentEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
9 import com.android.cts.verifier.nfc.NfcDialogs;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NfcUtils.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.NdefMessage;
20 import android.nfc.NdefRecord;
TagVerifier.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.FormatException;
20 import android.nfc.Tag;
MifareUltralightTagTester.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.Tag;
20 import android.nfc.tech.MifareUltralight;
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundNdefPush.java 17 package com.example.android.apis.nfc;
22 import android.nfc.NdefMessage;
23 import android.nfc.NdefRecord;
24 import android.nfc.NfcAdapter;
29 * An example of how to use the NFC foreground NDEF push APIs.
50 mText.setText("Tap another Android phone with NFC to push a URL");
52 mText.setText("This phone is not NFC enabled.");
TechFilter.java 17 package com.example.android.apis.nfc;
23 import android.nfc.NfcAdapter;
  /frameworks/base/core/java/android/nfc/
ApduList.java 1 package android.nfc;
BeamShareData.java 1 package android.nfc;
TransceiveResult.java 17 package android.nfc;
25 * Class used to pipe transceive result from the NFC service.
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/core/java/android/nfc/tech/
NfcB.java 17 package android.nfc.tech;
19 import android.nfc.Tag;
26 * Provides access to NFC-B (ISO 14443-3B) properties and I/O operations on a {@link Tag}.
29 * <p>The primary NFC-B I/O operation is {@link #transceive}. Applications must
33 * require the {@link android.Manifest.permission#NFC} permission.
47 * This indicates the tag does not support NFC-B.
50 * @param tag an NFC-B compatible tag
51 * @return NFC-B object
93 * Send raw NFC-B commands to the tag and receive the response.
107 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission
    [all...]
NfcBarcode.java 17 package android.nfc.tech;
19 import android.nfc.Tag;
74 * Returns the NFC Barcode tag type.
80 * @return the NFC Barcode tag type
117 * Kovio 128-bit NFC barcode datasheet</a>
118 * @see <a href="http://kovio.com/docs/kovio-128-nfc-barcode-data-format.pdf">
119 * Kovio 128-bit NFC barcode data format</a>
NfcV.java 17 package android.nfc.tech;
19 import android.nfc.Tag;
26 * Provides access to NFC-V (ISO 15693) properties and I/O operations on a {@link Tag}.
29 * <p>The primary NFC-V I/O operation is {@link #transceive}. Applications must
33 * require the {@link android.Manifest.permission#NFC} permission.
48 * This indicates the tag does not support NFC-V.
51 * @param tag an NFC-V compatible tag
52 * @return NFC-V object
94 * Send raw NFC-V commands to the tag and receive the response.
107 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission
    [all...]
NdefFormatable.java 17 package android.nfc.tech;
19 import android.nfc.ErrorCodes;
20 import android.nfc.FormatException;
21 import android.nfc.INfcTag;
22 import android.nfc.NdefMessage;
23 import android.nfc.NfcAdapter;
24 import android.nfc.Tag;
25 import android.nfc.TagLostException;
36 * <p>Android devices with NFC must only enumerate and implement this
40 * tags are not specified by NFC Forum, and are not generally well-known. S
    [all...]
TagTechnology.java 17 package android.nfc.tech;
19 import android.nfc.Tag;
30 * NFC tags are based on a number of independently developed technologies and offer a
37 * It is mandatory for all Android NFC devices to provide the following
45 * <li>{@link Ndef} on NFC Forum Type 1, Type 2, Type 3 or Type 4 compliant tags
47 * It is optional for Android NFC devices to provide the following
81 * require the {@link android.Manifest.permission#NFC} permission.
174 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission.
190 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission.
205 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcApplication.java 17 package com.android.nfc;
30 static final String NFC_PROCESS = "com.android.nfc";
46 // to determine whether we're the main NFC service, or the
NfcRootActivity.java 17 package com.android.nfc;
TechListChooserActivity.java 17 package com.android.nfc;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 17 package com.android.cts.verifier.nfc;
23 import com.android.cts.verifier.nfc.hce.HceEmulatorTestActivity;
24 import com.android.cts.verifier.nfc.hce.HceReaderTestActivity;
28 import android.nfc.tech.MifareUltralight;
29 import android.nfc.tech.Ndef;
30 import android.nfc.tech.TagTechnology;
33 /** Activity that lists all the NFC tests. */
  /packages/apps/Nfc/nci/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;

Completed in 229 milliseconds

12 3 4 5 6 7