Home
last modified time | relevance | path

Searched refs:IpSecTunnelInterfaceResponse (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecTunnelInterfaceResponse.java27 public final class IpSecTunnelInterfaceResponse implements Parcelable { class
47 public IpSecTunnelInterfaceResponse(int inStatus) { in IpSecTunnelInterfaceResponse() method in IpSecTunnelInterfaceResponse
56 public IpSecTunnelInterfaceResponse(int inStatus, int inResourceId, String inInterfaceName) { in IpSecTunnelInterfaceResponse() method in IpSecTunnelInterfaceResponse
62 private IpSecTunnelInterfaceResponse(Parcel in) { in IpSecTunnelInterfaceResponse() method in IpSecTunnelInterfaceResponse
68 …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];
DIIpSecService.aidl25 import android.net.IpSecTunnelInterfaceResponse;
44 IpSecTunnelInterfaceResponse createTunnelInterface( in createTunnelInterface()
DIpSecTunnelInterfaceResponse.aidl20 parcelable IpSecTunnelInterfaceResponse;
DIpSecManager.java794 IpSecTunnelInterfaceResponse result = in IpSecTunnelInterface()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java43 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()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java263 IpSecTunnelInterfaceResponse dummyResponse = in createAndValidateVti()
264 new IpSecTunnelInterfaceResponse(IpSecManager.Status.OK, resourceId, intfName); in createAndValidateVti()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java40 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()
/frameworks/base/config/
Dpreloaded-classes4216 android.net.IpSecTunnelInterfaceResponse$1
4217 android.net.IpSecTunnelInterfaceResponse
Dboot-image-profile.txt44412 Landroid/net/IpSecTunnelInterfaceResponse$1;
44413 Landroid/net/IpSecTunnelInterfaceResponse;