Searched refs:TransceiveResult (Results 1 – 4 of 4) sorted by relevance
29 public final class TransceiveResult implements Parcelable { class38 public TransceiveResult(final int result, final byte[] data) { in TransceiveResult() method in TransceiveResult70 public static final Parcelable.Creator<TransceiveResult> CREATOR =71 new Parcelable.Creator<TransceiveResult>() {73 public TransceiveResult createFromParcel(Parcel in) {84 return new TransceiveResult(result, responseData);88 public TransceiveResult[] newArray(int size) {89 return new TransceiveResult[size];
21 import android.nfc.TransceiveResult;34 TransceiveResult transceive(int nativeHandle, in byte[] data, boolean raw); in transceive()
19 parcelable TransceiveResult;
21 import android.nfc.TransceiveResult;146 TransceiveResult result = mTag.getTagService().transceive(mTag.getServiceHandle(), in transceive()