Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java12996 final NetworkCapabilities workNc = new NetworkCapabilities(); in makeEnterpriseNetworkAgent() local
12997 workNc.addCapability(NET_CAPABILITY_ENTERPRISE); in makeEnterpriseNetworkAgent()
12998 workNc.removeCapability(NET_CAPABILITY_NOT_RESTRICTED); in makeEnterpriseNetworkAgent()
12999 return new TestNetworkAgentWrapper(TRANSPORT_CELLULAR, new LinkProperties(), workNc); in makeEnterpriseNetworkAgent()