HomeSort by relevance Sort by last modified time
    Searched defs:nfc (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /frameworks/base/core/java/android/nfc/
FormatException.java 17 package android.nfc;
NfcEvent.java 17 package android.nfc;
20 * Wraps information associated with any NFC event.
37 * The {@link NfcAdapter} associated with the NFC event.
TagLostException.java 17 package android.nfc;
NfcManager.java 17 package android.nfc;
33 * <p>For more information about using NFC, read the
34 * <a href="{@docRoot}guide/topics/nfc/index.html">Near Field Communication</a> developer guide.</p>
62 * Get the default NFC Adapter for this device.
64 * @return the default NFC Adapter
TechListParcel.java 17 package 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.
  /packages/apps/Nfc/src/com/android/nfc/
LlcpException.java 17 package com.android.nfc;
19 import android.nfc.ErrorCodes;
LlcpPacket.java 17 package com.android.nfc;
NfcBackupAgent.java 17 package com.android.nfc;
NfcApplication.java 1 package com.android.nfc;
14 static final String NFC_PROCESS = "com.android.nfc";
30 // 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;
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepException.java 17 package com.android.nfc.snep;
  /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. */
NfcTestActivity.java 17 package com.android.cts.verifier.nfc;
26 import android.nfc.tech.MifareUltralight;
27 import android.nfc.tech.Ndef;
28 import android.nfc.tech.TagTechnology;
31 /** Activity that lists all the NFC tests. */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagTester.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.Tag;
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;
  /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/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
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...]

Completed in 754 milliseconds

1 2 3 4 5