Lines Matching refs:NdefRecord
30876 ctor public NdefMessage(android.nfc.NdefRecord, android.nfc.NdefRecord...);
30877 ctor public NdefMessage(android.nfc.NdefRecord[]);
30880 method public android.nfc.NdefRecord[] getRecords();
30886 public final class NdefRecord implements android.os.Parcelable {
30887 ctor public NdefRecord(short, byte[], byte[], byte[]);
30888 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
30889 method public static android.nfc.NdefRecord createApplicationRecord(String);
30890 method public static android.nfc.NdefRecord createExternal(String, String, byte[]);
30891 method public static android.nfc.NdefRecord createMime(String, byte[]);
30892 method public static android.nfc.NdefRecord createTextRecord(String, String);
30893 method public static android.nfc.NdefRecord createUri(android.net.Uri);
30894 method public static android.nfc.NdefRecord createUri(String);
30904 … field @NonNull public static final android.os.Parcelable.Creator<android.nfc.NdefRecord> CREATOR;