HomeSort by relevance Sort by last modified time
    Searched full:ultralight (Results 1 - 11 of 11) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
MifareUltralightTagTester.java 27 * {@link TagTester} for MIFARE Ultralight tags. It writes random bytes to the
51 MifareUltralight ultralight = MifareUltralight.get(tag); local
52 ultralight.connect();
59 ultralight.writePage(USER_PAGE_OFFSET + i, onePage);
67 MifareUltralight ultralight = MifareUltralight.get(tag);
68 if (ultralight != null) {
69 ultralight.connect();
70 byte[] actualFourPages = ultralight.readPages(USER_PAGE_OFFSET);
  /frameworks/base/core/java/android/nfc/tech/
MifareUltralight.java 28 //TOOD: Ultralight C 3-DES authentication, one-way counter
31 * Provides access to MIFARE Ultralight properties and I/O operations on a {@link Tag}.
35 * <p>MIFARE Ultralight compatible tags have 4 byte pages {@link #PAGE_SIZE}.
36 * The primary operations on an Ultralight tag are {@link #readPages} and
39 * <p>The original MIFARE Ultralight consists of a 64 byte EEPROM. The first
44 * <p>The MIFARE Ultralight C consists of a 192 byte EEPROM. The first 4 pages
56 * because all MIFARE Ultralight tags are also {@link NfcA} tags.
64 /** A MIFARE Ultralight compatible tag of unknown type */
66 /** A MIFARE Ultralight tag */
68 /** A MIFARE Ultralight C tag *
    [all...]
Ndef.java 47 * <li>NFC Forum Type 2 Tag ({@link #NFC_FORUM_TYPE_2}), such as the NXP MIFARE Ultralight
  /frameworks/base/docs/html/guide/topics/nfc/
advanced-nfc.jd 114 <td>Provides access to MIFARE Ultralight properties and I/O operations, if this Android
160 following example shows how to work with a MIFARE Ultralight tag.</p>
176 MifareUltralight ultralight = MifareUltralight.get(tag);
178 ultralight.connect();
179 ultralight.writePage(4, "abcd".getBytes(Charset.forName("US-ASCII")));
180 ultralight.writePage(5, "efgh".getBytes(Charset.forName("US-ASCII")));
181 ultralight.writePage(6, "ijkl".getBytes(Charset.forName("US-ASCII")));
182 ultralight.writePage(7, "mnop".getBytes(Charset.forName("US-ASCII")));
187 ultralight.close();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
ActivateFonts.cpp 78 TEXT("Helvetica Neue UltraLight Italic.ttf"),
79 TEXT("Helvetica Neue UltraLight.ttf"),
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java 562 /* Make a best-effort attempt at classifying ULTRALIGHT
563 * vs ULTRALIGHT-C (based on NXP's public AN1303).
585 // This is Ultralight-C
588 // 0xFF 0xFF would indicate Ultralight, but we also use Ultralight
606 // Fall back to ultralight
  /external/webkit/Source/WebCore/platform/mac/
WebFontCache.mm 114 if (weight == 3 && [fontName rangeOfString:@"ultralight" options:NSCaseInsensitiveSearch | NSBackwardsSearch | NSLiteralSearch].location != NSNotFound)
  /cts/apps/CtsVerifier/res/values/
strings.xml 201 Ultralight test is only applicable for devices that support it.
215 <string name="nfc_mifare_ultralight">MIFARE Ultralight</string>
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 338 TEXT("Helvetica Neue UltraLight Italic.ttf"),
339 TEXT("Helvetica Neue UltraLight.ttf"),
    [all...]
  /frameworks/base/docs/html/sdk/
android-2.3.3.jd 138 <li>MIFARE Ultralight</li>
  /external/libnfc-nxp/src/
phFriNfc_MifULFormat.c 19 * \brief NFC Ndef Formatting For Mifare ultralight card.
    [all...]

Completed in 527 milliseconds