Searched refs:IpSecTunnelInterfaceResponse (Results 1 – 9 of 9) sorted by relevance
27 public final class IpSecTunnelInterfaceResponse implements Parcelable { class47 public IpSecTunnelInterfaceResponse(int inStatus) { in IpSecTunnelInterfaceResponse() method in IpSecTunnelInterfaceResponse56 public IpSecTunnelInterfaceResponse(int inStatus, int inResourceId, String inInterfaceName) { in IpSecTunnelInterfaceResponse() method in IpSecTunnelInterfaceResponse62 private IpSecTunnelInterfaceResponse(Parcel in) { in IpSecTunnelInterfaceResponse() method in IpSecTunnelInterfaceResponse68 …public static final @android.annotation.NonNull Parcelable.Creator<IpSecTunnelInterfaceResponse> C…69 new Parcelable.Creator<IpSecTunnelInterfaceResponse>() {70 public IpSecTunnelInterfaceResponse createFromParcel(Parcel in) {71 return new IpSecTunnelInterfaceResponse(in);74 public IpSecTunnelInterfaceResponse[] newArray(int size) {75 return new IpSecTunnelInterfaceResponse[size];
25 import android.net.IpSecTunnelInterfaceResponse;44 IpSecTunnelInterfaceResponse createTunnelInterface( in createTunnelInterface()
20 parcelable IpSecTunnelInterfaceResponse;
794 IpSecTunnelInterfaceResponse result = in IpSecTunnelInterface()
43 import android.net.IpSecTunnelInterfaceResponse;627 private IpSecTunnelInterfaceResponse createAndValidateTunnel( in createAndValidateTunnel()629 IpSecTunnelInterfaceResponse createTunnelResp = in createAndValidateTunnel()640 IpSecTunnelInterfaceResponse createTunnelResp = in testCreateTunnelInterface()663 IpSecTunnelInterfaceResponse createTunnelResp = in testDeleteTunnelInterface()683 IpSecTunnelInterfaceResponse createTunnelResp = in testTunnelInterfaceBinderDeath()722 IpSecTunnelInterfaceResponse createTunnelResp = in verifyApplyTunnelModeTransformCommon()762 IpSecTunnelInterfaceResponse createTunnelResp = in testApplyTunnelModeTransformWithClosedSpi()794 IpSecTunnelInterfaceResponse createTunnelResp = in testAddRemoveAddressFromTunnelInterface()818 IpSecTunnelInterfaceResponse createTunnelResp = in testAddTunnelFailsForBadPackageName()
263 IpSecTunnelInterfaceResponse dummyResponse = in createAndValidateVti()264 new IpSecTunnelInterfaceResponse(IpSecManager.Status.OK, resourceId, intfName); in createAndValidateVti()
40 import android.net.IpSecTunnelInterfaceResponse;1288 public synchronized IpSecTunnelInterfaceResponse createTunnelInterface( in createTunnelInterface()1303 return new IpSecTunnelInterfaceResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTunnelInterface()1360 return new IpSecTunnelInterfaceResponse(IpSecManager.Status.OK, resourceId, intfName); in createTunnelInterface()
4216 android.net.IpSecTunnelInterfaceResponse$14217 android.net.IpSecTunnelInterfaceResponse
44412 Landroid/net/IpSecTunnelInterfaceResponse$1;44413 Landroid/net/IpSecTunnelInterfaceResponse;