Home
last modified time | relevance | path

Searched defs:getTechList (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Nfc/framework/java/android/nfc/
DINfcTag.aidl30 int[] getTechList(int nativeHandle); in getTechList() method
DTag.java292 public String[] getTechList() { in getTechList() method in Tag
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java494 public int[] getTechList() { in getTechList() method in NativeNfcTag
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DDeviceHost.java92 int[] getTechList(); in getTechList() method
DNfcService.java3756 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList() method in NfcService.TagService