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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.aidl19 parcelable NdefRecord
H A DNdefMessage.java46 * binary data, or {@link #NdefMessage(NdefRecord[])} to
47 * construct from one or more {@link NdefRecord}s.
49 * {@link NdefMessage} and {@link NdefRecord} implementations are
52 * {@link NdefRecord}s are intended to be immutable (and thread-safe),
59 * @see NdefRecord
62 private final NdefRecord[] mRecords;
71 * into logical {@link NdefRecord}s within the message.<p>
75 * on {@link NdefRecord#NdefRecord(short, byte[], byte[], byte[])}<p>
83 * {@link NdefRecord#NdefRecor
[all...]
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...]
/frameworks/base/
H A DAndroid.mk363 frameworks/base/core/java/android/nfc/NdefRecord.aidl \

Completed in 73 milliseconds