HomeSort by relevance Sort by last modified time
    Searched refs:connectWithStatus (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 137 public synchronized int connectWithStatus(int technology) {
215 return connectWithStatus(technology) == 0;
740 status = connectWithStatus(technologies[techIndex]);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 136 public synchronized int connectWithStatus(int technology) {
202 return connectWithStatus(technology) == 0;
732 status = connectWithStatus(technologies[techIndex]);

Completed in 53 milliseconds