Searched refs:IpSecConfig (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecConfig.aidl20 parcelable IpSecConfig;
H A DIpSecConfig.java29 public final class IpSecConfig implements Parcelable { class in inherits:Parcelable
30 private static final String TAG = "IpSecConfig";
219 public IpSecConfig() {} method in class:IpSecConfig
223 public IpSecConfig(IpSecConfig c) { method in class:IpSecConfig
240 private IpSecConfig(Parcel in) { method in class:IpSecConfig
297 public static final Parcelable.Creator<IpSecConfig> CREATOR =
298 new Parcelable.Creator<IpSecConfig>() {
299 public IpSecConfig createFromParcel(Parcel in) {
300 return new IpSecConfig(i
[all...]
H A DIIpSecService.aidl21 import android.net.IpSecConfig;
64 in IpSecConfig c, in IBinder binder, in String callingPackage);
H A DIpSecTransform.java89 public IpSecTransform(Context context, IpSecConfig config) {
91 mConfig = new IpSecConfig(config);
158 return IpSecConfig.equals(lhs.getConfig(), rhs.getConfig())
206 IpSecConfig getConfig() {
210 private final IpSecConfig mConfig;
348 private IpSecConfig mConfig;
509 mConfig = new IpSecConfig();
/frameworks/base/tests/net/java/android/net/
H A DIpSecConfigTest.java31 /** Unit tests for {@link IpSecConfig}. */
38 IpSecConfig c = new IpSecConfig();
52 private IpSecConfig getSampleConfig() {
53 IpSecConfig c = new IpSecConfig();
86 IpSecConfig original = getSampleConfig();
87 IpSecConfig copy = new IpSecConfig(original);
89 assertTrue(IpSecConfig
[all...]
H A DIpSecTransformTest.java36 IpSecConfig config = new IpSecConfig();
52 IpSecConfig config = new IpSecConfig();
H A DIpSecManagerTest.java201 IpSecConfig dummyConfig = new IpSecConfig();
/frameworks/base/tests/net/java/com/android/server/
H A DIpSecServiceTest.java39 import android.net.IpSecConfig;
304 IpSecConfig config = new IpSecConfig();
311 config = new IpSecConfig();
323 IpSecConfig config = new IpSecConfig();
330 config = new IpSecConfig();
342 IpSecConfig config = new IpSecConfig();
349 config = new IpSecConfig();
[all...]
H A DIpSecServiceParameterizedTest.java34 import android.net.IpSecConfig;
249 private void addDefaultSpisAndRemoteAddrToIpSecConfig(IpSecConfig config) throws Exception {
255 private void addAuthAndCryptToIpSecConfig(IpSecConfig config) throws Exception {
262 IpSecConfig ipSecConfig = new IpSecConfig();
296 IpSecConfig ipSecConfig = new IpSecConfig();
331 IpSecConfig ipSecConfig = new IpSecConfig();
357 IpSecConfig ipSecConfi
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java34 import android.net.IpSecConfig;
584 private final IpSecConfig mConfig;
589 int resourceId, IpSecConfig config, SpiRecord spi, EncapSocketRecord socket) {
598 public IpSecConfig getConfig() {
1397 void validateAlgorithms(IpSecConfig config) throws IllegalArgumentException {
1421 * Checks an IpSecConfig parcel to ensure that the contents are sane and throws an
1424 private void checkIpSecConfig(IpSecConfig config) {
1466 // the IpSecConfig, but in the future if the dest is allowed to be set explicitly in
1501 IpSecConfig c, int resourceId, SpiRecord spiRecord, EncapSocketRecord socketRecord)
1554 IpSecConfig
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 148 milliseconds