Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java2125 private void tryNetworkFactoryRequests(int capability) throws Exception { in tryNetworkFactoryRequests() method in ConnectivityServiceTest
2220 tryNetworkFactoryRequests(NET_CAPABILITY_MMS); in testNetworkFactoryRequests()
2221 tryNetworkFactoryRequests(NET_CAPABILITY_SUPL); in testNetworkFactoryRequests()
2222 tryNetworkFactoryRequests(NET_CAPABILITY_DUN); in testNetworkFactoryRequests()
2223 tryNetworkFactoryRequests(NET_CAPABILITY_FOTA); in testNetworkFactoryRequests()
2224 tryNetworkFactoryRequests(NET_CAPABILITY_IMS); in testNetworkFactoryRequests()
2225 tryNetworkFactoryRequests(NET_CAPABILITY_CBS); in testNetworkFactoryRequests()
2226 tryNetworkFactoryRequests(NET_CAPABILITY_WIFI_P2P); in testNetworkFactoryRequests()
2227 tryNetworkFactoryRequests(NET_CAPABILITY_IA); in testNetworkFactoryRequests()
2228 tryNetworkFactoryRequests(NET_CAPABILITY_RCS); in testNetworkFactoryRequests()
[all …]