Searched defs:tryNetworkFactoryRequests (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java939 private void tryNetworkFactoryRequests(int capability) throws Exception { method in class:ConnectivityServiceTest
1023 tryNetworkFactoryRequests(NET_CAPABILITY_MMS);
1024 tryNetworkFactoryRequests(NET_CAPABILITY_SUPL);
1025 tryNetworkFactoryRequests(NET_CAPABILITY_DUN);
1026 tryNetworkFactoryRequests(NET_CAPABILITY_FOTA);
1027 tryNetworkFactoryRequests(NET_CAPABILITY_IMS);
1028 tryNetworkFactoryRequests(NET_CAPABILITY_CBS);
1029 tryNetworkFactoryRequests(NET_CAPABILITY_WIFI_P2P);
1030 tryNetworkFactoryRequests(NET_CAPABILITY_IA);
1031 tryNetworkFactoryRequests(NET_CAPABILITY_RC
[all...]

Completed in 148 milliseconds