OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatNdef
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/nfc/
INfcTag.aidl
43
int
formatNdef
(int nativeHandle, in byte[] key);
/frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java
127
int errorCode = tagService.
formatNdef
(serviceHandle, MifareClassic.KEY_DEFAULT);
/packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java
80
boolean
formatNdef
(byte[] key);
NfcService.java
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java
342
public synchronized boolean
formatNdef
(byte[] key) {
Completed in 53 milliseconds