Lines Matching defs:nativeHandle
1380 public boolean ignore(int nativeHandle, int debounceMs, ITagRemovedCallback callback) in ignore()
1759 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
1789 public int reconnect(int nativeHandle) throws RemoteException { in reconnect()
1812 public int[] getTechList(int nativeHandle) throws RemoteException { in getTechList()
1829 public boolean isPresent(int nativeHandle) throws RemoteException { in isPresent()
1847 public boolean isNdef(int nativeHandle) throws RemoteException { in isNdef()
1867 public TransceiveResult transceive(int nativeHandle, byte[] data, boolean raw) in transceive()
1902 public NdefMessage ndefRead(int nativeHandle) throws RemoteException { in ndefRead()
1931 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException { in ndefWrite()
1958 public boolean ndefIsWritable(int nativeHandle) throws RemoteException { in ndefIsWritable()
1963 public int ndefMakeReadOnly(int nativeHandle) throws RemoteException { in ndefMakeReadOnly()
1987 public int formatNdef(int nativeHandle, byte[] key) throws RemoteException { in formatNdef()
2011 public Tag rediscover(int nativeHandle) throws RemoteException { in rediscover()