OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NfcA
(Results
1 - 19
of
19
) sorted by null
/frameworks/base/core/java/android/nfc/tech/
NfcA.java
30
* <p>Acquire a {@link
NfcA
} object using {@link #get}.
37
public final class
NfcA
extends BasicTagTechnology {
49
* Get an instance of {@link
NfcA
} for the given tag.
50
* <p>Returns null if {@link
NfcA
} was not enumerated in {@link Tag#getTechList}.
57
public static
NfcA
get(Tag tag) {
60
return new
NfcA
(tag);
67
public
NfcA
(Tag tag) throws RemoteException {
MifareUltralight.java
55
* In either case, {@link
NfcA
} will also be enumerated on the tag,
56
* because all MIFARE Ultralight tags are also {@link
NfcA
} tags.
107
NfcA
a =
NfcA
.get(tag);
197
* Send raw
NfcA
data to a tag and receive the response.
199
* <p>This is equivalent to connecting to this tag via {@link
NfcA
}
200
* and calling {@link
NfcA
#transceive}. Note that all MIFARE Classic
201
* tags are based on {@link
NfcA
} technology.
212
* @see
NfcA
#transceive
MifareClassic.java
67
* {@link
NfcA
} will also be enumerated on the tag, because all MIFARE Classic tags are also
68
* {@link
NfcA
}.
148
NfcA
a =
NfcA
.get(tag); // MIFARE Classic is always based on NFC a
558
* Send raw
NfcA
data to a tag and receive the response.
560
* <p>This is equivalent to connecting to this tag via {@link
NfcA
}
561
* and calling {@link
NfcA
#transceive}. Note that all MIFARE Classic
562
* tags are based on {@link
NfcA
} technology.
573
* @see
NfcA
#transceive
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java
7
import android.nfc.tech.
NfcA
;
181
NfcA
nfcA
=
NfcA
.get(tag);
183
if (
nfcA
== null || isoDep == null) {
187
nfcA
.connect();
188
byte[] ats =
nfcA
.transceive(new byte[] { (byte) 0xE0, (byte)0xF0});
189
success = parseProtocolParameters(sb, tag.getId(),
nfcA
.getSak(),
nfcA
.getAtqa(), ats);
211
nfcA
.transceive(new byte[] {(byte) 0xC2})
[
all
...]
/frameworks/base/core/java/android/nfc/
Tag.java
25
import android.nfc.tech.
NfcA
;
178
strings[i] =
NfcA
.class.getName();
225
techStringToCodeMap.put(
NfcA
.class.getName(), TagTechnology.NFC_A);
NfcAdapter.java
35
import android.nfc.tech.
NfcA
;
105
* to the qualified class name implementing the technology, for example "android.nfc.tech.
NfcA
".
112
* example that will match any tag using {@link NfcF} or any tag using {@link
NfcA
},
126
* <tech>android.nfc.tech.
NfcA
</tech>
[
all
...]
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java
29
import android.nfc.tech.
NfcA
;
199
// revised for
NFCA
... do allow to connect a -4 tag at this level.
658
extras.putShort(
NfcA
.EXTRA_SAK, (short) (actBytes[0] & (short) 0xFF));
663
extras.putByteArray(
NfcA
.EXTRA_ATQA, mTechPollBytes[i]);
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java
28
import android.nfc.tech.
NfcA
;
649
extras.putShort(
NfcA
.EXTRA_SAK, (short) (actBytes[0] & (short) 0xFF));
654
extras.putByteArray(
NfcA
.EXTRA_ATQA, mTechPollBytes[i]);
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 9176 milliseconds