D | GbaAuthRequest.java | 33 public final class GbaAuthRequest implements Parcelable { class 44 public GbaAuthRequest(int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() method in GbaAuthRequest 50 public GbaAuthRequest(GbaAuthRequest request) { in GbaAuthRequest() method in GbaAuthRequest 55 public GbaAuthRequest(int token, int subId, int appType, Uri nafUrl, byte[] securityProtocol, in GbaAuthRequest() method in GbaAuthRequest 117 GbaAuthRequest> CREATOR = new Creator<GbaAuthRequest>() { 119 public GbaAuthRequest createFromParcel(Parcel in) { 123 … Uri nafUrl = in.readParcelable(GbaAuthRequest.class.getClassLoader(), android.net.Uri.class); 131 return new GbaAuthRequest(token, subId, appType, nafUrl, protocol, 136 public GbaAuthRequest[] newArray(int size) { 137 return new GbaAuthRequest[size];
|