Home
last modified time | relevance | path

Searched defs:formatNdef (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl39 int formatNdef(int nativeHandle, in byte[] key); in formatNdef() method
/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java388 public synchronized boolean formatNdef(byte[] key) { in formatNdef() method in NativeNfcTag
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java81 boolean formatNdef(byte[] key); in formatNdef() method
H A DNfcService.java1901 public int formatNdef(int nativeHandle, byte[] key) throws RemoteException { in formatNdef() method in NfcService.TagService