/frameworks/base/tests/net/java/com/android/server/net/ |
D | NetworkStatsCollectionTest.java | 87 private static final String TEST_IMSI = "310260000000000"; field in NetworkStatsCollectionTest 122 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork() 131 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork() 136 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork() 150 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid() 159 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid() 164 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid() 178 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags() 187 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags() 192 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/omadm/ |
D | DevDetailMoTest.java | 49 private static final String TEST_IMSI = "310150123456789"; field in DevDetailMoTest 76 when(mDataTelephonyManager.getSubscriberId()).thenReturn(TEST_IMSI); in setUp() 155 TEST_REDIRECT_URL, TEST_MAC_ADDR.replace(":", ""), TEST_IMSI, TEST_DEV_ID, in serializeDevDetailMoForHomeNetworkCarrier()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | PostDevDataMessageTest.java | 61 private static final String TEST_IMSI = "310150123456789"; field in PostDevDataMessageTest 92 when(mDataTelephonyManager.getSubscriberId()).thenReturn(TEST_IMSI); in setUp()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointManagerTest.java | 140 private static final String TEST_IMSI = "123456*"; field in PasspointManagerTest 141 private static final IMSIParameter TEST_IMSI_PARAM = IMSIParameter.build(TEST_IMSI); 678 PasspointConfiguration config = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in addRemoveProviderWithValidSimCredential() 723 PasspointConfiguration origConfig = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in addProviderWithExistingConfig() 1688 PasspointConfiguration config = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in verifyInstallEphemeralPasspointConfiguration() 1829 PasspointConfiguration config = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in removeGetProviderWithDifferentUid()
|
D | PasspointProvisionerTest.java | 126 private static final String TEST_IMSI = "310150123456789"; field in PasspointProvisionerTest 243 when(mDataTelephonyManager.getSubscriberId()).thenReturn(TEST_IMSI); in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | NetworkPolicyManagerServiceTest.java | 205 private static final String TEST_IMSI = "310210"; field in NetworkPolicyManagerServiceTest 210 private static NetworkTemplate sTemplateMobileAll = buildTemplateMobileAll(TEST_IMSI); 1135 mService.snoozeLimit(NetworkTemplate.buildTemplateMobileAll(TEST_IMSI)); 1902 new Network(TEST_NET_ID), TEST_IMSI, null) in expectNetworkState() 1914 when(mTelephonyManager.getSubscriberId(TEST_SUB_ID)).thenReturn(TEST_IMSI); in expectMobileDefaults()
|