/aosp12/frameworks/base/core/java/android/net/ |
H A D | IpSecTunnelInterfaceResponse.java | 27 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 D | IIpSecService.aidl | 25 import android.net.IpSecTunnelInterfaceResponse; 44 IpSecTunnelInterfaceResponse createTunnelInterface( in createTunnelInterface()
|
H A D | IpSecTunnelInterfaceResponse.aidl | 20 parcelable IpSecTunnelInterfaceResponse;
|
H A D | IpSecManager.java | 844 IpSecTunnelInterfaceResponse result = in IpSecTunnelInterface()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | IpSecServiceParameterizedTest.java | 55 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 D | VcnGatewayConnectionTestBase.java | 44 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 D | IpSecManagerTest.java | 266 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 D | IpSecService.java | 42 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 D | VpnTest.java | 79 import android.net.IpSecTunnelInterfaceResponse; 257 final IpSecTunnelInterfaceResponse tunnelResp = in setUp() 258 new IpSecTunnelInterfaceResponse( in setUp()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 5026 android.net.IpSecTunnelInterfaceResponse$1 5027 android.net.IpSecTunnelInterfaceResponse
|
H A D | boot-image-profile.txt | 28288 Landroid/net/IpSecTunnelInterfaceResponse$1; 28289 Landroid/net/IpSecTunnelInterfaceResponse;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 5024 android.net.IpSecTunnelInterfaceResponse$1 5025 android.net.IpSecTunnelInterfaceResponse
|
H A D | boot-image-profile.txt | 37925 Landroid/net/IpSecTunnelInterfaceResponse$1; 37926 Landroid/net/IpSecTunnelInterfaceResponse;
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35456 …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 D | art-profile | 1877 …t/Network;Landroid/os/IBinder;Ljava/lang/String;)Landroid/net/IpSecTunnelInterfaceResponse;+]Lcom/…
|