Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTestUtils.java36 doReturn(Context.IPSEC_SERVICE).when(mockContext).getSystemServiceName(IpSecManager.class); in setupIpSecManager()
39 doReturn(ipSecMgr).when(mockContext).getSystemService(Context.IPSEC_SERVICE); in setupIpSecManager()
/frameworks/base/core/java/android/content/
DContext.java4169 IPSEC_SERVICE,
4862 public static final String IPSEC_SERVICE = "ipsec"; field in Context
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2819 mIpSecManager = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in IkeV2VpnRunner()
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java384 mockService(IpSecManager.class, Context.IPSEC_SERVICE, mIpSecManager); in setUp()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt10736 field public static final String IPSEC_SERVICE = "ipsec";