Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java79 boolean formatNdef(byte[] key); in formatNdef() method
DNfcService.java1590 public int formatNdef(int nativeHandle, byte[] key) throws RemoteException { in formatNdef() method in NfcService.TagService
1606 if (tag.formatNdef(key)) { in formatNdef()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java388 public synchronized boolean formatNdef(byte[] key) { in formatNdef() method in NativeNfcTag