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

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/nfc/
ApduList.aidl 17 package android.nfc;
NdefMessage.aidl 17 package android.nfc;
NdefRecord.aidl 17 package android.nfc;
Tag.aidl 17 package android.nfc;
TechListParcel.aidl 17 package android.nfc;
TransceiveResult.aidl 17 package android.nfc;
INdefPushCallback.aidl 17 package android.nfc;
19 import android.nfc.NdefMessage;
INfcAdapter.aidl 17 package android.nfc;
21 import android.nfc.NdefMessage;
22 import android.nfc.Tag;
23 import android.nfc.TechListParcel;
24 import android.nfc.INdefPushCallback;
25 import android.nfc.INfcAdapterExtras;
26 import android.nfc.INfcTag;
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;
INfcTag.aidl 17 package android.nfc;
19 import android.nfc.NdefMessage;
20 import android.nfc.Tag;
21 import android.nfc.TransceiveResult;
FormatException.java 17 package android.nfc;
  /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;
TagVerifier.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.FormatException;
20 import android.nfc.Tag;
  /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;
  /hardware/libhardware/modules/
Android.mk 1 hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time power usbaudio audio_remote_submix
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeLlcpServiceSocket.java 17 package com.android.nfc.dhimpl;
19 import com.android.nfc.DeviceHost;
20 import com.android.nfc.DeviceHost.LlcpSocket;
NativeLlcpConnectionlessSocket.java 17 package com.android.nfc.dhimpl;
19 import com.android.nfc.DeviceHost;
20 import com.android.nfc.LlcpPacket;
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeLlcpServiceSocket.java 17 package com.android.nfc.dhimpl;
19 import com.android.nfc.DeviceHost;
20 import com.android.nfc.DeviceHost.LlcpSocket;
NativeLlcpConnectionlessSocket.java 17 package com.android.nfc.dhimpl;
19 import com.android.nfc.DeviceHost;
20 import com.android.nfc.LlcpPacket;
  /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.");
  /frameworks/base/core/java/android/nfc/tech/
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
80 * require the {@link android.Manifest.permission#NFC} permission.
173 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission.
189 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission.
204 * <p class="note">Requires the {@link android.Manifest.permission#NFC} permission
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 16 package com.android.nfc.handover;
18 import android.nfc.FormatException;
19 import android.nfc.NdefMessage;
22 import com.android.nfc.LlcpException;
23 import com.android.nfc.NfcService;
24 import com.android.nfc.DeviceHost.LlcpSocket;

Completed in 310 milliseconds

1 2 3 4 5 6 7