Lines Matching refs:NdefRecord
21 ctor public NdefMessage(android.nfc.NdefRecord, android.nfc.NdefRecord...);
22 ctor public NdefMessage(android.nfc.NdefRecord[]);
25 method public android.nfc.NdefRecord[] getRecords();
31 public final class NdefRecord implements android.os.Parcelable {
32 ctor public NdefRecord(short, byte[], byte[], byte[]);
33 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
34 method public static android.nfc.NdefRecord createApplicationRecord(String);
35 method public static android.nfc.NdefRecord createExternal(String, String, byte[]);
36 method public static android.nfc.NdefRecord createMime(String, byte[]);
37 method public static android.nfc.NdefRecord createTextRecord(String, String);
38 method public static android.nfc.NdefRecord createUri(android.net.Uri);
39 method public static android.nfc.NdefRecord createUri(String);
49 … field @NonNull public static final android.os.Parcelable.Creator<android.nfc.NdefRecord> CREATOR;