Searched refs:workNc (Results 1 – 1 of 1) sorted by relevance
12996 final NetworkCapabilities workNc = new NetworkCapabilities(); in makeEnterpriseNetworkAgent() local12997 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()