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

/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java42 public final class NdefRecord implements Parcelable { class in inherits:Parcelable
227 public NdefRecord(short tnf, byte[] type, byte[] id, byte[] payload) { method in class:NdefRecord
239 /*package*/ NdefRecord(short tnf, byte[] type, byte[] id, byte[] payload, byte flags) { method in class:NdefRecord
274 public NdefRecord(byte[] data) throws FormatException { method in class:NdefRecord
321 * Helper to return the NdefRecord as a URI.
327 public static Uri parseWellKnownUriRecord(NdefRecord record) throws FormatException {
376 public static NdefRecord createApplicationRecord(String packageName) {
377 return new NdefRecord(TNF_EXTERNAL_TYPE, RTD_ANDROID_APP, new byte[] {},
384 public static NdefRecord createUri(Uri uri) {
391 public static NdefRecord createUr
[all...]

Completed in 5 milliseconds