Searched defs:IpSecTunnelInterfaceResponse (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecTunnelInterfaceResponse.java27 public final class IpSecTunnelInterfaceResponse implements Parcelable { class in inherits:Parcelable
28 private static final String TAG = "IpSecTunnelInterfaceResponse";
47 public IpSecTunnelInterfaceResponse(int inStatus) { method in class:IpSecTunnelInterfaceResponse
56 public IpSecTunnelInterfaceResponse(int inStatus, int inResourceId, String inInterfaceName) { method in class:IpSecTunnelInterfaceResponse
62 private IpSecTunnelInterfaceResponse(Parcel in) { method in class:IpSecTunnelInterfaceResponse
68 public static final Parcelable.Creator<IpSecTunnelInterfaceResponse> CREATOR =
69 new Parcelable.Creator<IpSecTunnelInterfaceResponse>() {
70 public IpSecTunnelInterfaceResponse createFromParcel(Parcel in) {
71 return new IpSecTunnelInterfaceResponse(in);
74 public IpSecTunnelInterfaceResponse[] newArra
[all...]

Completed in 36 milliseconds