Lines Matching defs:nativeHandle
1454 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()
1863 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
1893 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()
1916 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()
1933 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()
1951 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()
1971 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()
2006 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()
2035 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()
2062 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()
2067 public int ndefMakeReadOnly(int nativeHandle) throws RemoteException { in ndefMakeReadOnly()
2091 public int formatNdef(int nativeHandle, byte[] key) throws RemoteException { in formatNdef()
2115 public Tag rediscover(int nativeHandle) throws RemoteException { in rediscover()