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.java2332 private void tryNetworkFactoryRequests(int capability) throws Exception { in tryNetworkFactoryRequests() method in ConnectivityServiceTest
2430 tryNetworkFactoryRequests(NET_CAPABILITY_MMS); in testNetworkFactoryRequests()
2431 tryNetworkFactoryRequests(NET_CAPABILITY_SUPL); in testNetworkFactoryRequests()
2432 tryNetworkFactoryRequests(NET_CAPABILITY_DUN); in testNetworkFactoryRequests()
2433 tryNetworkFactoryRequests(NET_CAPABILITY_FOTA); in testNetworkFactoryRequests()
2434 tryNetworkFactoryRequests(NET_CAPABILITY_IMS); in testNetworkFactoryRequests()
2435 tryNetworkFactoryRequests(NET_CAPABILITY_CBS); in testNetworkFactoryRequests()
2436 tryNetworkFactoryRequests(NET_CAPABILITY_WIFI_P2P); in testNetworkFactoryRequests()
2437 tryNetworkFactoryRequests(NET_CAPABILITY_IA); in testNetworkFactoryRequests()
2438 tryNetworkFactoryRequests(NET_CAPABILITY_RCS); in testNetworkFactoryRequests()
[all …]