Home
last modified time | relevance | path

Searched refs:isNdefFormatable (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java404 public synchronized boolean isNdefFormatable() { in isNdefFormatable() method in NativeNfcTag
764 if (isNdefFormatable()) { in findAndReadNdef()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcTag.java392 public synchronized boolean isNdefFormatable() { in isNdefFormatable() method in NativeNfcTag
754 if (isNdefFormatable()) { in findAndReadNdef()
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java75 boolean isNdefFormatable(); in isNdefFormatable() method