Searched refs:NdefRecord (Results 1 – 7 of 7) sorted by relevance
63 private final NdefRecord[] mRecords;99 mRecords = NdefRecord.parse(buffer, false); in NdefMessage()112 public NdefMessage(NdefRecord record, NdefRecord ... records) { in NdefMessage()116 for (NdefRecord r : records) { in NdefMessage()122 mRecords = new NdefRecord[1 + records.length]; in NdefMessage()132 public NdefMessage(NdefRecord[] records) { in NdefMessage()137 for (NdefRecord r : records) { in NdefMessage()157 public NdefRecord[] getRecords() { in getRecords()176 for (NdefRecord r : mRecords) { in getByteArrayLength()222 NdefRecord[] records = new NdefRecord[recordsLength];[all …]
92 public final class NdefRecord implements Parcelable { class316 public static NdefRecord createApplicationRecord(String packageName) { in createApplicationRecord()320 return new NdefRecord(TNF_EXTERNAL_TYPE, RTD_ANDROID_APP, null, in createApplicationRecord()345 public static NdefRecord createUri(Uri uri) { in createUri()364 return new NdefRecord(TNF_WELL_KNOWN, RTD_URI, null, recordBytes); in createUri()388 public static NdefRecord createUri(String uriString) { in createUri()416 public static NdefRecord createMime(String mimeType, byte[] mimeData) { in createMime()433 return new NdefRecord(TNF_MIME_MEDIA, typeBytes, null, mimeData); in createMime()462 public static NdefRecord createExternal(String domain, String type, byte[] data) { in createExternal()479 return new NdefRecord(TNF_EXTERNAL_TYPE, b, null, data); in createExternal()[all …]
19 parcelable NdefRecord;
53 import android.nfc.NdefRecord;91 NdefRecord firstRecord = getFirstNdefRecord(nfcIntent); in createProvisioningIntentFromNfcIntent()101 private static Intent createProvisioningIntentFromNdefRecord(NdefRecord firstRecord) { in createProvisioningIntentFromNdefRecord()217 private static NdefRecord getFirstNdefRecord(Intent nfcIntent) { in getFirstNdefRecord()226 for (NdefRecord record : msg.getRecords()) { in getFirstNdefRecord()
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);[all …]
18342 ctor public NdefMessage(android.nfc.NdefRecord, android.nfc.NdefRecord...);18343 ctor public NdefMessage(android.nfc.NdefRecord[]);18346 method public android.nfc.NdefRecord[] getRecords();18352 public final class NdefRecord implements android.os.Parcelable {18353 ctor public NdefRecord(short, byte[], byte[], byte[]);18354 ctor public deprecated NdefRecord(byte[]) throws android.nfc.FormatException;18355 method public static android.nfc.NdefRecord createApplicationRecord(java.lang.String);18356 …method public static android.nfc.NdefRecord createExternal(java.lang.String, java.lang.String, byt…18357 method public static android.nfc.NdefRecord createMime(java.lang.String, byte[]);18358 … method public static android.nfc.NdefRecord createTextRecord(java.lang.String, java.lang.String);[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...