Searched refs:NETWORKS_MOBILE (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
D | NetworkStatsServiceTest.java | 242 private static final Network[] NETWORKS_MOBILE = new Network[]{ MOBILE_NETWORK }; field in NetworkStatsServiceTest 886 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in testUidStatsAcrossNetworks() 921 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in testUidStatsAcrossNetworks() 1038 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in doTestMobileStatsByRatType() 1119 mService.notifyNetworkStatus(NETWORKS_MOBILE, mobileStates, in testMobileStatsMeteredness() 1162 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in testMobileStatsOemManaged() 1177 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in testMobileStatsOemManaged() 1193 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in testMobileStatsOemManaged() 1207 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in testMobileStatsOemManaged() 1397 mService.notifyNetworkStatus(NETWORKS_MOBILE, states, getActiveIface(states), in testUidStatsForTransport() [all …]
|