OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfc
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/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
;
51
* Get the default
NFC
Adapter for this device.
53
* @return the default
NFC
Adapter
LlcpPacket.java
17
package android.
nfc
;
TechListParcel.java
17
package android.
nfc
;
ApduList.java
1
package android.
nfc
;
NdefMessage.java
17
package android.
nfc
;
23
* Represents an NDEF (
NFC
Data Exchange Format) data message that contains one or more {@link
TransceiveResult.java
17
package android.
nfc
;
25
* Class used to pipe transceive result from the
NFC
service.
/development/samples/NFCDemo/src/com/example/android/nfc/record/
ParsedNdefRecord.java
17
package com.example.android.
nfc
.record;
/packages/apps/Nfc/src/com/android/nfc/
LlcpException.java
17
package com.android.
nfc
;
19
import android.
nfc
.ErrorCodes;
NfcBackupAgent.java
17
package com.android.
nfc
;
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;
/development/samples/NFCDemo/src/com/example/android/nfc/simulator/
MockNdefMessages.java
16
package com.example.android.
nfc
.simulator;
19
* This class provides a list of fake
NFC
Ndef format Tags.
/packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcSecureElement.java
17
package com.android.
nfc
.nxp;
22
* Native interface to the
NFC
Secure Element functions
NativeLlcpConnectionlessSocket.java
17
package com.android.
nfc
.nxp;
19
import android.
nfc
.LlcpPacket;
NativeLlcpServiceSocket.java
17
package com.android.
nfc
.nxp;
19
import com.android.
nfc
.DeviceHost;
20
import com.android.
nfc
.DeviceHost.LlcpSocket;
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
TechFilter.java
17
package com.example.android.apis.
nfc
;
23
import android.
nfc
.NfcAdapter;
/development/samples/NFCDemo/src/com/example/android/nfc/
NdefMessageParser.java
16
package com.example.android.
nfc
;
18
import android.
nfc
.NdefMessage;
19
import android.
nfc
.NdefRecord;
21
import com.example.android.
nfc
.record.ParsedNdefRecord;
22
import com.example.android.
nfc
.record.SmartPoster;
23
import com.example.android.
nfc
.record.TextRecord;
24
import com.example.android.
nfc
.record.UriRecord;
/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
...]
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
80
* require the {@link android.Manifest.permission#
NFC
} permission.
164
* <p class="note">Requires the {@link android.Manifest.permission#
NFC
} permission.
180
* <p class="note">Requires the {@link android.Manifest.permission#
NFC
} permission.
195
* <p class="note">Requires the {@link android.Manifest.permission#
NFC
} permission
[
all
...]
Completed in 112 milliseconds
1
2
3
4