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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java59 * Helpers such as {@link NdefRecord#createUri}, {@link NdefRecord#createMime}
60 * and {@link NdefRecord#createExternal} are included to create well-formatted
64 * Use the constructor {@link #NdefRecord(short, byte[], byte[], byte[])}
76 * {@link NdefMessage} and {@link NdefRecord} implementations are
79 * {@link NdefRecord}s are intended to be immutable (and thread-safe),
88 public final class NdefRecord implements Parcelable { class in inherits:Parcelable
156 * since all {@link NdefRecord}s are already unchunked, however they
311 public static NdefRecord createApplicationRecord(String packageName) {
315 return new NdefRecord(TNF_EXTERNAL_TYP
556 public NdefRecord(short tnf, byte[] type, byte[] id, byte[] payload) { method in class:NdefRecord
589 public NdefRecord(byte[] data) throws FormatException { method in class:NdefRecord
[all...]

Completed in 251 milliseconds