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

1 2 3 45 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
LargeNumAidsEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
6 import android.nfc.cardemulation.CardEmulation;
10 import com.android.cts.verifier.nfc.NfcDialogs;
ConflictingNonPaymentPrefixEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
6 import android.nfc.cardemulation.CardEmulation;
10 import com.android.cts.verifier.nfc.NfcDialogs;
DualPaymentEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
7 import android.nfc.cardemulation.CardEmulation;
11 import com.android.cts.verifier.nfc.NfcDialogs;
DynamicAidEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
6 import android.nfc.cardemulation.CardEmulation;
10 import com.android.cts.verifier.nfc.NfcDialogs;
ForegroundPaymentEmulatorActivity.java 1 package com.android.cts.verifier.nfc.hce;
7 import android.nfc.cardemulation.CardEmulation;
12 import com.android.cts.verifier.nfc.NfcDialogs;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
HceFEmulatorActivity.java 16 package com.android.cts.verifier.nfc.hcef;
23 import android.nfc.NfcAdapter;
24 import android.nfc.cardemulation.NfcFCardEmulation;
HceFEmulatorTestActivity.java 17 package com.android.cts.verifier.nfc.hcef;
21 import android.nfc.NfcAdapter;
22 import android.nfc.cardemulation.CardEmulation;
30 /** Activity that lists all the NFC HCE emulator tests. */
MyHostFelicaService.java 17 package com.android.cts.verifier.nfc.hcef;
20 import android.nfc.cardemulation.HostNfcFService;
24 import com.android.cts.verifier.nfc.hce.HceUtils;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
MifareUltralightTagTester.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.Tag;
20 import android.nfc.tech.MifareUltralight;
NfcUtils.java 17 package com.android.cts.verifier.nfc.tech;
19 import android.nfc.NdefMessage;
20 import android.nfc.NdefRecord;
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";
  /frameworks/base/core/java/android/nfc/tech/
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...]
Ndef.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.Tag;
24 import android.nfc.TagLostException;
36 * <p>NDEF is an NFC Forum data format. The data formats are implemented in
37 * {@link android.nfc.NdefMessage} and
38 * {@link android.nfc.NdefRecord}. This class provides methods t
    [all...]
  /hardware/interfaces/nfc/1.1/vts/functional/
VtsHalNfcV1_1TargetTest.cpp 20 #include <android/hardware/nfc/1.0/types.h>
21 #include <android/hardware/nfc/1.1/INfc.h>
22 #include <android/hardware/nfc/1.1/INfcClientCallback.h>
23 #include <android/hardware/nfc/1.1/types.h>
24 #include <hardware/nfc.h>
30 using ::android::hardware::nfc::V1_1::INfc;
31 using ::android::hardware::nfc::V1_1::INfcClientCallback;
32 using ::android::hardware::nfc::V1_1::NfcEvent;
33 using ::android::hardware::nfc::V1_1::NfcConfig;
34 using ::android::hardware::nfc::V1_0::NfcStatus
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 17 package com.android.nfc.cardemulation;
36 import android.nfc.NfcAdapter;
37 import android.nfc.cardemulation.ApduServiceInfo;
38 import android.nfc.cardemulation.CardEmulation;
120 String formatString = getString(com.android.nfc.R.string.transaction_failure);
128 String formatString = getString(com.android.nfc.R.string.could_not_use_app);
133 ap.mTitle = getString(com.android.nfc.R.string.pay_with);
135 ap.mTitle = getString(com.android.nfc.R.string.complete_with);
138 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.cardemu_resolver, null);
140 mListView = (ListView) ap.mView.findViewById(com.android.nfc.R.id.resolver_list)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushClient.java 17 package com.android.nfc.ndefpush;
19 import com.android.nfc.DeviceHost.LlcpSocket;
20 import com.android.nfc.LlcpException;
21 import com.android.nfc.NfcService;
23 import android.nfc.NdefMessage;
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverServer.java 16 package com.android.nfc.handover;
18 import com.android.nfc.DeviceHost.LlcpServerSocket;
19 import com.android.nfc.DeviceHost.LlcpSocket;
20 import com.android.nfc.LlcpException;
21 import com.android.nfc.NfcService;
22 import com.android.nfc.beam.BeamManager;
23 import com.android.nfc.beam.BeamReceiveService;
24 import com.android.nfc.beam.BeamTransferRecord;
29 import android.nfc.FormatException;
30 import android.nfc.NdefMessage
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/sneptest/
ExtDtaSnepServer.java 16 package com.android.nfc.sneptest;
21 import android.nfc.NdefMessage;
24 import com.android.nfc.DtaServiceConnector;
25 import com.android.nfc.DeviceHost.LlcpServerSocket;
26 import com.android.nfc.DeviceHost.LlcpSocket;
27 import com.android.nfc.LlcpException;
28 import com.android.nfc.NfcService;
29 import com.android.nfc.snep.SnepException;
30 import com.android.nfc.snep.SnepMessage;
31 import com.android.nfc.snep.SnepMessenger
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
NfcClientCallback.driver.cpp 1 #include "android/hardware/nfc/1.0/NfcClientCallback.vts.h"
10 using namespace android::hardware::nfc::V1_0;
20 hw_binder_proxy_ = ::android::hardware::nfc::V1_0::INfcClientCallback::getService(service_name, get_stub);
33 ::android::hardware::nfc::V1_0::NfcEvent arg0 __attribute__((__unused__)),
34 ::android::hardware::nfc::V1_0::NfcStatus arg1 __attribute__((__unused__))) {
68 sp<::android::hardware::nfc::V1_0::INfcClientCallback> VtsFuzzerCreateVts_android_hardware_nfc_V1_0_INfcClientCallback(const string& callback_socket_name) {
69 static sp<::android::hardware::nfc::V1_0::INfcClientCallback> result;
95 ::android::hardware::nfc::V1_0::NfcEvent arg0;
97 ::android::hardware::nfc::V1_0::NfcStatus arg1;
143 ::android::hardware::nfc::V1_0::INfcClientCallback* arg = nullptr
    [all...]
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationServerTests.java 17 package com.android.nfc.snep;
21 import com.android.nfc.snep.SnepClient;
22 import com.android.nfc.snep.SnepMessage;
23 import com.android.nfc.snep.SnepServer;
25 import android.nfc.NdefMessage;
26 import android.nfc.NdefRecord;
41 static final String SERVICE_NAME = "urn:nfc:xsn:nfc-forum.org:snep-validation";
  /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
  /frameworks/base/core/java/android/nfc/
Tag.java 17 package android.nfc;
20 import android.nfc.tech.IsoDep;
21 import android.nfc.tech.MifareClassic;
22 import android.nfc.tech.MifareUltralight;
23 import android.nfc.tech.Ndef;
24 import android.nfc.tech.NdefFormatable;
25 import android.nfc.tech.NfcA;
26 import android.nfc.tech.NfcB;
27 import android.nfc.tech.NfcBarcode;
28 import android.nfc.tech.NfcF
    [all...]
  /frameworks/base/core/java/android/nfc/dta/
NfcDta.java 17 package android.nfc.dta;
20 import android.nfc.INfcDta;
21 import android.nfc.NfcAdapter;

Completed in 818 milliseconds

1 2 3 45 6 7 8 91011>>