Home
last modified time | relevance | path

Searched refs:createTransform (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java417 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransform()
431 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransformAead()
449 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransportModeTransformWithEncap()
456 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTransportModeTransformWithEncap()
475 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTunnelModeTransformWithEncap()
482 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTunnelModeTransformWithEncap()
496 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTwoTransformsWithSameSpis()
501 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTwoTransformsWithSameSpis()
509 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in testCreateTwoTransformsWithSameSpis()
528 mIpSecService.createTransform(ipSecConfig, new Binder(), BLESSED_PACKAGE); in getTransformState()
[all …]
/packages/modules/Connectivity/framework-t/src/android/net/
DIIpSecService.aidl67 IpSecTransformResponse createTransform( in createTransform() method
DIpSecManager.java1074 public IpSecTransformResponse createTransform(IpSecConfig config, IBinder binder, in createTransform() method in IpSecManager
1077 return mService.createTransform(config, binder, callingPackage); in createTransform()
DIpSecTransform.java129 IpSecTransformResponse result = getIpSecManager(mContext).createTransform( in activate()
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/operation/
DOperation.kt94 inline fun <reified A, reified B> createTransform( in createTransform() method
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecTransformTest.java105 when(mMockIpSecService.createTransform(any(), any(), any())).thenReturn(transformResp); in setUp()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt127 Landroid/net/IIpSecService$Stub$Proxy;->createTransform(Landroid/net/IpSecConfig;Landroid/os/IBinde…
158 Landroid/net/IIpSecService;->createTransform(Landroid/net/IpSecConfig;Landroid/os/IBinder;Ljava/lan…
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1780 public synchronized IpSecTransformResponse createTransform( in createTransform() method in IpSecService