Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java917 IpSecService ipSecService = null; in startOtherServices() local
1334 ipSecService = IpSecService.create(context, networkManagement); in startOtherServices()
1335 ServiceManager.addService(Context.IPSEC_SERVICE, ipSecService); in startOtherServices()
2080 final IpSecService ipSecServiceF = ipSecService; in startOtherServices()