Home
last modified time | relevance | path

Searched refs:IPSEC_SERVICE (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/ike/tests/iketests/src/java/com/android/ike/ikev2/
DIkeSessionOptionsTest.java47 IpSecManager ipSecManager = (IpSecManager) context.getSystemService(Context.IPSEC_SERVICE); in setUp()
DIkeSocketTest.java106 IpSecManager ipSecManager = (IpSecManager) context.getSystemService(Context.IPSEC_SERVICE); in setUp()
DIkeSessionStateMachineTest.java150 IpSecManager ipSecManager = (IpSecManager) context.getSystemService(Context.IPSEC_SERVICE); in setUp()
/frameworks/base/core/java/android/net/
DIpSecTransform.java99 IBinder b = ServiceManager.getService(android.content.Context.IPSEC_SERVICE); in getIpSecService()
DIpSecManager.java61 @SystemService(Context.IPSEC_SERVICE)
/frameworks/base/core/java/android/content/
DContext.java3177 IPSEC_SERVICE,
3741 public static final String IPSEC_SERVICE = "ipsec"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java342 registerService(Context.IPSEC_SERVICE, IpSecManager.class, in registerService() argument
346 IBinder b = ServiceManager.getService(Context.IPSEC_SERVICE); in registerService()
/frameworks/base/services/java/com/android/server/
DSystemServer.java1284 ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService); in startOtherServices()
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4327 final IpSecManager mIpSec = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in doTestNattSocketKeepalivesWithExecutor()
4580 final IpSecManager mIpSec = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in doTestNattSocketKeepalivesFdWithExecutor()
/frameworks/base/api/
Dcurrent.txt9835 field public static final String IPSEC_SERVICE = "ipsec";