Searched refs:IMSI_1 (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
D | NetworkStatsServiceTest.java | 223 private static final String IMSI_1 = "310004"; field in NetworkStatsServiceTest 230 .setSubscriberIds(Set.of(IMSI_1)).build(); 232 .setMeteredness(METERED_YES).setSubscriberIds(Set.of(IMSI_1)).build(); 705 initWifiStats(buildWifiState(true, TEST_IFACE, IMSI_1)); in testNetworkStatsCarrierWifi() 882 NetworkStateSnapshot[] states = new NetworkStateSnapshot[] {buildMobileState(IMSI_1)}; in testUidStatsAcrossNetworks() 1014 doTestMobileStatsByRatType(new NetworkStateSnapshot[]{buildSatelliteMobileState(IMSI_1)}); in testMobileStatsByRatTypeForSatellite() 1019 doTestMobileStatsByRatType(new NetworkStateSnapshot[]{buildMobileState(IMSI_1)}); in testMobileStatsByRatTypeForCellular() 1114 new NetworkStateSnapshot[] {buildMobileState(IMSI_1), buildStateOfTransport( in testMobileStatsMeteredness() 1116 TEST_IFACE2, IMSI_1, null /* wifiNetworkKey */, in testMobileStatsMeteredness() 1158 buildOemManagedMobileState(IMSI_1, false, in testMobileStatsOemManaged() [all …]
|
D | NetworkStatsObserversTest.java | 85 private static final String IMSI_1 = "310004"; field in NetworkStatsObserversTest 92 .setSubscriberIds(Set.of(IMSI_1)) 303 IMSI_1, null /* networkId */, false /* roaming */, true /* metered */, in makeTestIdentSet()
|