Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A 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];
H A DIIpSecService.aidl25 import android.net.IpSecTunnelInterfaceResponse;
44 IpSecTunnelInterfaceResponse createTunnelInterface( in createTunnelInterface()
H A DIpSecTunnelInterfaceResponse.aidl20 parcelable IpSecTunnelInterfaceResponse;
H A DIpSecManager.java844 IpSecTunnelInterfaceResponse result = in IpSecTunnelInterface()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DIpSecServiceParameterizedTest.java55 import android.net.IpSecTunnelInterfaceResponse;
687 IpSecTunnelInterfaceResponse createTunnelResp = in createAndValidateTunnel()
713 IpSecTunnelInterfaceResponse createTunnelResp = in testCreateTunnelInterface()
737 IpSecTunnelInterfaceResponse createTunnelResp = in testDeleteTunnelInterface()
765 final IpSecTunnelInterfaceResponse createTunnelResp = in testSetNetworkForTunnelInterface()
783 final IpSecTunnelInterfaceResponse createTunnelResp = in testSetNetworkForTunnelInterfaceFailsForInvalidResourceId()
820 IpSecTunnelInterfaceResponse createTunnelResp = in testTunnelInterfaceBinderDeath()
894 IpSecTunnelInterfaceResponse createTunnelResp = in verifyApplyTunnelModeTransformCommon()
934 IpSecTunnelInterfaceResponse createTunnelResp = in testApplyTunnelModeTransformWithClosedSpi()
966 IpSecTunnelInterfaceResponse createTunnelResp = in testAddRemoveAddressFromTunnelInterface()
[all …]
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionTestBase.java44 import android.net.IpSecTunnelInterfaceResponse;
200 IpSecTunnelInterfaceResponse resp = in setUp()
201 new IpSecTunnelInterfaceResponse( in setUp()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIpSecManagerTest.java266 IpSecTunnelInterfaceResponse dummyResponse = in createAndValidateVti()
267 new IpSecTunnelInterfaceResponse(IpSecManager.Status.OK, resourceId, intfName); in createAndValidateVti()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java42 import android.net.IpSecTunnelInterfaceResponse;
1304 public synchronized IpSecTunnelInterfaceResponse createTunnelInterface( in createTunnelInterface()
1319 return new IpSecTunnelInterfaceResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE); in createTunnelInterface()
1396 return new IpSecTunnelInterfaceResponse(IpSecManager.Status.OK, resourceId, intfName); in createTunnelInterface()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DVpnTest.java79 import android.net.IpSecTunnelInterfaceResponse;
257 final IpSecTunnelInterfaceResponse tunnelResp = in setUp()
258 new IpSecTunnelInterfaceResponse( in setUp()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes5026 android.net.IpSecTunnelInterfaceResponse$1
5027 android.net.IpSecTunnelInterfaceResponse
H A Dboot-image-profile.txt28288 Landroid/net/IpSecTunnelInterfaceResponse$1;
28289 Landroid/net/IpSecTunnelInterfaceResponse;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes5024 android.net.IpSecTunnelInterfaceResponse$1
5025 android.net.IpSecTunnelInterfaceResponse
H A Dboot-image-profile.txt37925 Landroid/net/IpSecTunnelInterfaceResponse$1;
37926 Landroid/net/IpSecTunnelInterfaceResponse;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt35456 …droid/net/Network;Landroid/os/IBinder;Ljava/lang/String;)Landroid/net/IpSecTunnelInterfaceResponse;
35487 …droid/net/Network;Landroid/os/IBinder;Ljava/lang/String;)Landroid/net/IpSecTunnelInterfaceResponse;
36068 Landroid/net/IpSecTunnelInterfaceResponse;-><init>(I)V
36069 Landroid/net/IpSecTunnelInterfaceResponse;-><init>(IILjava/lang/String;)V
36070 Landroid/net/IpSecTunnelInterfaceResponse;-><init>(Landroid/os/Parcel;)V
36071 Landroid/net/IpSecTunnelInterfaceResponse;->CREATOR:Landroid/os/Parcelable$Creator;
36072 Landroid/net/IpSecTunnelInterfaceResponse;->interfaceName:Ljava/lang/String;
36073 Landroid/net/IpSecTunnelInterfaceResponse;->resourceId:I
36074 Landroid/net/IpSecTunnelInterfaceResponse;->status:I
36075 Landroid/net/IpSecTunnelInterfaceResponse;->TAG:Ljava/lang/String;
/aosp12/frameworks/base/services/
H A Dart-profile1877 …t/Network;Landroid/os/IBinder;Ljava/lang/String;)Landroid/net/IpSecTunnelInterfaceResponse;+]Lcom/…