Home
last modified time | relevance | path

Searched refs:connectWithStatus (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java153 public synchronized int connectWithStatus(int technology) { in connectWithStatus() method in NativeNfcTag
231 return connectWithStatus(technology) == 0; in connect()
770 status = connectWithStatus(technologies[techIndex]); in findAndReadNdef()