Home | History | Annotate | Download | only in nfc

Lines Matching refs:RemoteException

73 import android.os.RemoteException;
934 public boolean enable() throws RemoteException {
954 public boolean disable(boolean saveState) throws RemoteException {
967 public boolean isNdefPushEnabled() throws RemoteException {
974 public boolean enableNdefPush() throws RemoteException {
992 public boolean disableNdefPush() throws RemoteException {
1049 public INfcTag getNfcTagInterface() throws RemoteException {
1065 public int getState() throws RemoteException {
1077 public void dispatch(Tag tag) throws RemoteException {
1083 public void setP2pModes(int initiatorModes, int targetModes) throws RemoteException {
1094 throws RemoteException {
1105 } catch (RemoteException e) {
1137 String category) throws RemoteException {
1148 throws RemoteException {
1159 String category) throws RemoteException {
1170 throws RemoteException {
1182 throws RemoteException {
1194 public int close(int nativeHandle) throws RemoteException {
1217 public int connect(int nativeHandle, int technology) throws RemoteException {
1247 public int reconnect(int nativeHandle) throws RemoteException {
1270 public int[] getTechList(int nativeHandle) throws RemoteException {
1287 public boolean isPresent(int nativeHandle) throws RemoteException {
1305 public boolean isNdef(int nativeHandle) throws RemoteException {
1326 throws RemoteException {
1360 public NdefMessage ndefRead(int nativeHandle) throws RemoteException {
1389 public int ndefWrite(int nativeHandle, NdefMessage msg) throws RemoteException {
1416 public boolean ndefIsWritable(int nativeHandle) throws RemoteException {
1421 public int ndefMakeReadOnly(int nativeHandle) throws RemoteException {
1445 public int formatNdef(int nativeHandle, byte[] key) throws RemoteException {
1469 public Tag rediscover(int nativeHandle) throws RemoteException {
1502 public int setTimeout(int tech, int timeout) throws RemoteException {
1513 public int getTimeout(int tech) throws RemoteException {
1520 public void resetTimeouts() throws RemoteException {
1527 public boolean canMakeReadOnly(int ndefType) throws RemoteException {
1532 public int getMaxTransceiveLength(int tech) throws RemoteException {
1537 public boolean getExtendedLengthApdusSupported() throws RemoteException {
1585 public Bundle open(String pkg, IBinder b) throws RemoteException {
1647 } catch (RemoteException e) {
1662 public Bundle close(String pkg, IBinder binder) throws RemoteException {
1676 public Bundle transceive(String pkg, byte[] in) throws RemoteException {
1708 public int getCardEmulationRoute(String pkg) throws RemoteException {
1714 public void setCardEmulationRoute(String pkg, int route) throws RemoteException {
1730 public void authenticate(String pkg, byte[] token) throws RemoteException {
1735 public String getDriverName(String pkg) throws RemoteException {
2370 } catch (RemoteException e) {