Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecTransform.java105 IBinder b = ServiceManager.getService(android.content.Context.IPSEC_SERVICE); in getIpSecService()
DIpSecManager.java41 @SystemService(Context.IPSEC_SERVICE)
/frameworks/base/core/java/android/content/
DContext.java2929 IPSEC_SERVICE,
3384 public static final String IPSEC_SERVICE = "ipsec"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java272 registerService(Context.IPSEC_SERVICE, IpSecManager.class, in registerService() argument
276 IBinder b = ServiceManager.getService(Context.IPSEC_SERVICE); in registerService()