Home
last modified time | relevance | path

Searched refs:NdefFormatable (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Nfc/tests/cts/tests/src/android/nfc/tech/cts/
DNdefFormatableTest.java33 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 …]
/packages/modules/Nfc/framework/java/android/nfc/tech/
DNdefFormatable.java46 public final class NdefFormatable extends BasicTagTechnology { class
58 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
/packages/modules/Nfc/framework/java/android/nfc/
DTag.java25 import android.nfc.tech.NdefFormatable;
184 strings[i] = NdefFormatable.class.getName(); in generateTechStringList()
233 techStringToCodeMap.put(NdefFormatable.class.getName(), TagTechnology.NDEF_FORMATABLE); in getTechStringToCodeMap()
/packages/modules/Nfc/framework/tests/src/android/nfc/
DTagTest.java44 import android.nfc.tech.NdefFormatable;
170 assertArrayEquals(new String[]{NdefFormatable.class.getName()}, mTag.getTechList()); in testTagInstanceWithTechNdefFormatable()
/packages/modules/Nfc/framework/api/
Dmodule-lib-lint-baseline.txt67 RequiresPermission: android.nfc.tech.NdefFormatable#format(android.nfc.NdefMessage):
69 RequiresPermission: android.nfc.tech.NdefFormatable#formatReadOnly(android.nfc.NdefMessage):
Dlint-baseline.txt72 RequiresPermission: android.nfc.tech.NdefFormatable#format(android.nfc.NdefMessage):
74 RequiresPermission: android.nfc.tech.NdefFormatable#formatReadOnly(android.nfc.NdefMessage):
Dsystem-lint-baseline.txt86 RequiresPermission: android.nfc.tech.NdefFormatable#format(android.nfc.NdefMessage):
88 RequiresPermission: android.nfc.tech.NdefFormatable#formatReadOnly(android.nfc.NdefMessage):
Dcurrent.txt417 public final class NdefFormatable implements android.nfc.tech.TagTechnology {
422 method public static android.nfc.tech.NdefFormatable get(android.nfc.Tag);
/packages/modules/Nfc/apex/hiddenapi/
Dhiddenapi-max-target-o.txt587 Landroid/nfc/tech/NdefFormatable;-><init>(Landroid/nfc/Tag;)V
588 Landroid/nfc/tech/NdefFormatable;->format(Landroid/nfc/NdefMessage;Z)V
589 Landroid/nfc/tech/NdefFormatable;->TAG:Ljava/lang/String;