Searched defs:getTechList (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java417 public int[] getTechList() { method in class:NativeNfcTag
726 int[] technologies = getTechList();
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java425 public int[] getTechList() { method in class:NativeNfcTag
715 int[] technologies = getTechList();
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java80 int[] getTechList(); method in interface:DeviceHost.TagEndpoint
H A DNfcService.java1066 public int[] getTechList(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
1077 return tag.getTechList();
1290 Tag newTag = new Tag(tag.getUid(), tag.getTechList(),
2053 Tag tag = new Tag(tagEndpoint.getUid(), tagEndpoint.getTechList(),

Completed in 15 milliseconds