Lines Matching refs:NdefRecord
31020 ctor public NdefMessage(android.nfc.NdefRecord, android.nfc.NdefRecord...);
31021 ctor public NdefMessage(android.nfc.NdefRecord[]);
31024 method public android.nfc.NdefRecord[] getRecords();
31030 public final class NdefRecord implements android.os.Parcelable {
31031 ctor public NdefRecord(short, byte[], byte[], byte[]);
31032 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
31033 method public static android.nfc.NdefRecord createApplicationRecord(String);
31034 method public static android.nfc.NdefRecord createExternal(String, String, byte[]);
31035 method public static android.nfc.NdefRecord createMime(String, byte[]);
31036 method public static android.nfc.NdefRecord createTextRecord(String, String);
31037 method public static android.nfc.NdefRecord createUri(android.net.Uri);
31038 method public static android.nfc.NdefRecord createUri(String);
31048 … field @NonNull public static final android.os.Parcelable.Creator<android.nfc.NdefRecord> CREATOR;