Home
last modified time | relevance | path

Searched refs:nfc (Results 1 – 18 of 18) sorted by relevance

/development/samples/browseable/CardReader/src/com.example.android.cardreader/
DCardReaderFragment.java20 import android.nfc.NfcAdapter;
83 NfcAdapter nfc = NfcAdapter.getDefaultAdapter(activity); in enableReaderMode() local
84 if (nfc != null) { in enableReaderMode()
85 nfc.enableReaderMode(activity, mLoyaltyCardReader, READER_FLAGS, null); in enableReaderMode()
92 NfcAdapter nfc = NfcAdapter.getDefaultAdapter(activity); in disableReaderMode() local
93 if (nfc != null) { in disableReaderMode()
94 nfc.disableReaderMode(activity); in disableReaderMode()
DLoyaltyCardReader.java18 import android.nfc.NfcAdapter;
19 import android.nfc.Tag;
20 import android.nfc.tech.IsoDep;
/development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
DBeamLargeFilesFragment.java21 import android.nfc.NfcAdapter;
22 import android.nfc.NfcEvent;
69 NfcAdapter nfc = NfcAdapter.getDefaultAdapter(a); in onCreate() local
70 if (nfc != null) { in onCreate()
72 nfc.setBeamPushUrisCallback(this, a); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
DForegroundNdefPush.java17 package com.example.android.apis.nfc;
22 import android.nfc.NdefMessage;
23 import android.nfc.NdefRecord;
24 import android.nfc.NfcAdapter;
DForegroundDispatch.java17 package com.example.android.apis.nfc;
26 import android.nfc.NfcAdapter;
27 import android.nfc.tech.NfcF;
DTechFilter.java17 package com.example.android.apis.nfc;
23 import android.nfc.NfcAdapter;
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
DBeam.java21 import android.nfc.NdefMessage;
22 import android.nfc.NdefRecord;
23 import android.nfc.NfcAdapter;
24 import android.nfc.NfcAdapter.CreateNdefMessageCallback;
25 import android.nfc.NfcAdapter.OnNdefPushCompleteCallback;
26 import android.nfc.NfcEvent;
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java21 import android.nfc.NdefMessage;
22 import android.nfc.NdefRecord;
23 import android.nfc.NfcAdapter;
24 import android.nfc.NfcEvent;
/development/tools/logblame/
Dsample.txt127 [ 01-01 15:12:25.730 nfc: 4175: 4351 E/NxpTml ]
130 [ 01-01 15:12:25.731 nfc: 4175: 4351 E/NxpTml ]
134 [ 01-01 15:12:25.731 nfc: 4175: 4353 E/NxpHal ]
137 [ 01-01 15:12:25.731 nfc: 4175: 4346 E/NxpHal ]
410 [ 01-01 15:13:57.506 nfc: 4175: 4346 D/BrcmNfcJni ]
413 [ 01-01 15:13:57.509 nfc: 4175: 4346 D/BrcmNfcJni ]
416 [ 01-01 15:13:57.511 nfc: 4175:20146 D/BrcmNfcJni ]
423 [ 01-01 15:13:57.512 nfc: 4175: 4346 D/BrcmNfcJni ]
426 [ 01-01 15:13:57.514 nfc: 4175: 4351 E/NxpTml ]
429 [ 01-01 15:13:57.514 nfc: 4175: 4351 E/NxpTml ]
[all …]
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardService.java19 import android.nfc.cardemulation.HostApduService;
/development/vndk/tools/definition-tool/datasets/
Deligible-list-29-properties.csv192 android.hardware.nfc@1.0,True,False,True,hidl_interface
193 android.hardware.nfc@1.0-adapter-helper,True,False,True,hidl_interface
194 android.hardware.nfc@1.1,True,False,True,hidl_interface
195 android.hardware.nfc@1.1-adapter-helper,True,False,True,hidl_interface
196 android.hardware.nfc@1.2,True,False,True,hidl_interface
197 android.hardware.nfc@1.2-adapter-helper,True,False,True,hidl_interface
Deligible-list-28-properties.csv128 android.hardware.nfc@1.0,True,False,True,hidl_interface
129 android.hardware.nfc@1.0-adapter-helper,True,False,True,hidl_interface
130 android.hardware.nfc@1.1,True,False,True,hidl_interface
131 android.hardware.nfc@1.1-adapter-helper,True,False,True,hidl_interface
Deligible-list-29.csv101 /system/${LIB}/android.hardware.nfc@1.0.so,VNDK,
102 /system/${LIB}/android.hardware.nfc@1.1.so,VNDK,
103 /system/${LIB}/android.hardware.nfc@1.2.so,VNDK,
609 /system/${LIB}/vndk${VNDK_VER}/android.hardware.nfc@1.0.so,VNDK,
610 /system/${LIB}/vndk${VNDK_VER}/android.hardware.nfc@1.1.so,VNDK,
611 /system/${LIB}/vndk${VNDK_VER}/android.hardware.nfc@1.2.so,VNDK,
Deligible-list-28.csv71 /system/${LIB}/android.hardware.nfc@1.0.so,VNDK,
72 /system/${LIB}/android.hardware.nfc@1.1.so,VNDK,
547 /system/${LIB}/vndk${VNDK_VER}/android.hardware.nfc@1.0.so,VNDK,
548 /system/${LIB}/vndk${VNDK_VER}/android.hardware.nfc@1.1.so,VNDK,
Deligible-list-26.csv41 /system/${LIB}/android.hardware.nfc@1.0.so,VNDK,
413 /system/${LIB}/vndk${VNDK_VER}/android.hardware.nfc@1.0.so,VNDK,
Deligible-list-27.csv45 /system/${LIB}/android.hardware.nfc@1.0.so,VNDK,
434 /system/${LIB}/vndk${VNDK_VER}/android.hardware.nfc@1.0.so,VNDK,
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dproject.csv515 2018/03/02,platform/hardware/nxp/nfc,,Downstream Only Projects,0,0,0,0,0
611 2018/03/02,platform/system/nfc,platform/external/libnfc-nci,Forked Projects,332,76179,135238,211417…
/development/build/
Dsdk.atree352 …ilts/gradle/NfcProvisioning samples/${PLATFORM_NAME}/nfc/NfcProvisioning