Searched refs:getTechList (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java86 int[] getTechList(); method in interface:DeviceHost.TagEndpoint
H A DNfcDispatcher.java325 String[] tagTechs = tag.getTechList();
411 String[] tagTechs = tag.getTechList();
H A DNfcService.java1270 public int[] getTechList(int nativeHandle) throws RemoteException { method in class:NfcService.TagService
1281 return tag.getTechList();
1494 Tag newTag = new Tag(tag.getUid(), tag.getTechList(),
2356 Tag tag = new Tag(tagEndpoint.getUid(), tagEndpoint.getTechList(),
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java415 public int[] getTechList() { method in class:NativeNfcTag
724 int[] technologies = getTechList();
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java426 public int[] getTechList() { method in class:NativeNfcTag
716 int[] technologies = getTechList();

Completed in 82 milliseconds