Searched refs:NdefFormatable (Results 1 – 9 of 9) sorted by relevance
33 import android.nfc.tech.NdefFormatable;68 NdefFormatable ndefFormatable = NdefFormatable.get(tag); in testGet_isNdefFormatable()77 NdefFormatable ndefFormatable = NdefFormatable.get(tag); in testGet_notNdefFormatable()84 NdefFormatable ndefFormatable = createConnectedNdefFormatable(); in testFormat()97 NdefFormatable ndefFormatable = createConnectedNdefFormatable(); in testFormatReadOnly()111 NdefFormatable ndefFormatable = createConnectedNdefFormatable(); in testFormatReadOnly_formatNdefIOError()119 NdefFormatable ndefFormatable = createConnectedNdefFormatable(); in testFormatReadOnly_formatNdefFormatError()127 NdefFormatable ndefFormatable = createConnectedNdefFormatable(); in testFormatReadOnly_formatNdefUnknownError()135 NdefFormatable ndefFormatable = createConnectedNdefFormatable(); in testFormatReadOnly_notNdef()144 NdefFormatable ndefFormatable = createConnectedNdefFormatable(); in testFormatReadOnly_ndefWriteIOError()[all …]
46 public final class NdefFormatable extends BasicTagTechnology { class58 public static NdefFormatable get(Tag tag) { in get()61 return new NdefFormatable(tag); in get()71 public NdefFormatable(Tag tag) throws RemoteException { in NdefFormatable() method in NdefFormatable
25 import android.nfc.tech.NdefFormatable;184 strings[i] = NdefFormatable.class.getName(); in generateTechStringList()233 techStringToCodeMap.put(NdefFormatable.class.getName(), TagTechnology.NDEF_FORMATABLE); in getTechStringToCodeMap()
44 import android.nfc.tech.NdefFormatable;170 assertArrayEquals(new String[]{NdefFormatable.class.getName()}, mTag.getTechList()); in testTagInstanceWithTechNdefFormatable()
67 RequiresPermission: android.nfc.tech.NdefFormatable#format(android.nfc.NdefMessage):69 RequiresPermission: android.nfc.tech.NdefFormatable#formatReadOnly(android.nfc.NdefMessage):
72 RequiresPermission: android.nfc.tech.NdefFormatable#format(android.nfc.NdefMessage):74 RequiresPermission: android.nfc.tech.NdefFormatable#formatReadOnly(android.nfc.NdefMessage):
86 RequiresPermission: android.nfc.tech.NdefFormatable#format(android.nfc.NdefMessage):88 RequiresPermission: android.nfc.tech.NdefFormatable#formatReadOnly(android.nfc.NdefMessage):
417 public final class NdefFormatable implements android.nfc.tech.TagTechnology {422 method public static android.nfc.tech.NdefFormatable get(android.nfc.Tag);
587 Landroid/nfc/tech/NdefFormatable;-><init>(Landroid/nfc/Tag;)V588 Landroid/nfc/tech/NdefFormatable;->format(Landroid/nfc/NdefMessage;Z)V589 Landroid/nfc/tech/NdefFormatable;->TAG:Ljava/lang/String;