Searched defs:NdefRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java58 * Helpers such as {@link NdefRecord#createUri}, {@link NdefRecord#createMime}
59 * and {@link NdefRecord#createExternal} are included to create well-formatted
63 * Use the constructor {@link #NdefRecord(short, byte[], byte[], byte[])}
75 * {@link NdefMessage} and {@link NdefRecord} implementations are
78 * {@link NdefRecord}s are intended to be immutable (and thread-safe),
87 public final class NdefRecord implements Parcelable { class in inherits:Parcelable
155 * since all {@link NdefRecord}s are already unchunked, however they
309 public static NdefRecord createApplicationRecord(String packageName) {
313 return new NdefRecord(TNF_EXTERNAL_TYP
515 public NdefRecord(short tnf, byte[] type, byte[] id, byte[] payload) { method in class:NdefRecord
548 public NdefRecord(byte[] data) throws FormatException { method in class:NdefRecord
[all...]

Completed in 259 milliseconds