Searched refs:IPSEC_SERVICE (Results 1 – 10 of 10) sorted by relevance
47 IpSecManager ipSecManager = (IpSecManager) context.getSystemService(Context.IPSEC_SERVICE); in setUp()
106 IpSecManager ipSecManager = (IpSecManager) context.getSystemService(Context.IPSEC_SERVICE); in setUp()
150 IpSecManager ipSecManager = (IpSecManager) context.getSystemService(Context.IPSEC_SERVICE); in setUp()
99 IBinder b = ServiceManager.getService(android.content.Context.IPSEC_SERVICE); in getIpSecService()
61 @SystemService(Context.IPSEC_SERVICE)
3177 IPSEC_SERVICE,3741 public static final String IPSEC_SERVICE = "ipsec"; field in Context
342 registerService(Context.IPSEC_SERVICE, IpSecManager.class, in registerService() argument346 IBinder b = ServiceManager.getService(Context.IPSEC_SERVICE); in registerService()
1284 ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService); in startOtherServices()
4327 final IpSecManager mIpSec = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in doTestNattSocketKeepalivesWithExecutor()4580 final IpSecManager mIpSec = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in doTestNattSocketKeepalivesFdWithExecutor()
9835 field public static final String IPSEC_SERVICE = "ipsec";