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

/frameworks/base/core/java/android/nfc/tech/
H A DNdefFormatable.java34 * <p>Acquire a {@link NdefFormatable} object using {@link #get}.
42 * must support {@link NdefFormatable}.
47 public final class NdefFormatable extends BasicTagTechnology { class in inherits:BasicTagTechnology
51 * Get an instance of {@link NdefFormatable} for the given tag.
53 * <p>Returns null if {@link NdefFormatable} was not enumerated in {@link Tag#getTechList}.
59 public static NdefFormatable get(Tag tag) {
62 return new NdefFormatable(tag);
72 public NdefFormatable(Tag tag) throws RemoteException { method in class:NdefFormatable

Completed in 97 milliseconds