/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsCollectionTest.java | 97 private static final String TEST_IMSI = "310260000000000"; field in NetworkStatsCollectionTest 130 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork() 139 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork() 144 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyNetwork() 158 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid() 167 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid() 172 assertSummaryTotal(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUid() 186 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags() 195 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags() 200 assertSummaryTotalIncludingTags(collection, buildTemplateMobileAll(TEST_IMSI), in testReadLegacyUidTags() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/omadm/ |
D | DevDetailMoTest.java | 49 private static final String TEST_IMSI = "310150123456789"; field in DevDetailMoTest 73 when(mDataTelephonyManager.getSubscriberId()).thenReturn(TEST_IMSI); in setUp() 149 TEST_REDIRECT_URL, TEST_MAC_ADDR.replace(":", ""), TEST_IMSI, TEST_DEV_ID, in serializeDevDetailMoForHomeNetworkCarrier()
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | NetworkStateSnapshotTest.kt | 34 private const val TEST_IMSI = "imsi1" constant 71 Network(TEST_NETID), TEST_CAPABILITIES, TEST_LINK_PROPERTIES, TEST_IMSI, TYPE_WIFI) in testParcelUnparcel()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProviderTest.java | 120 private static final String TEST_IMSI = "1234567890"; field in PasspointProviderTest 315 simCredential.setImsi(TEST_IMSI); in generateTestPasspointConfiguration() 744 when(mWifiCarrierInfoManager.getMatchingImsiCarrierId(TEST_IMSI)) in matchFQDNWith3GPPNetworkDomainName() 745 .thenReturn(new Pair<String, Integer>(TEST_IMSI, VALID_CARRIER_ID)); in matchFQDNWith3GPPNetworkDomainName() 769 when(mWifiCarrierInfoManager.getMatchingImsiCarrierId(TEST_IMSI)) in matchFQDNOverRoamingProvider() 770 .thenReturn(new Pair<String, Integer>(TEST_IMSI, VALID_CARRIER_ID)); in matchFQDNOverRoamingProvider() 800 .thenReturn(new Pair<String, Integer>(TEST_IMSI, VALID_CARRIER_ID)); in matchRoamingConsortiumWithoutNAIRealm() 990 when(mWifiCarrierInfoManager.getMatchingImsiCarrierId(TEST_IMSI)) in matchThreeGPPNetworkWithNAIRealmMismatch() 991 .thenReturn(new Pair<String, Integer>(TEST_IMSI, VALID_CARRIER_ID)); in matchThreeGPPNetworkWithNAIRealmMismatch() 1020 when(mWifiCarrierInfoManager.getMatchingImsiCarrierId(TEST_IMSI)) in matchThreeGPPNetworkWithNAIRealmMatch() [all …]
|
D | PasspointManagerTest.java | 155 private static final String TEST_IMSI = "123456*"; field in PasspointManagerTest 796 PasspointConfiguration config = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in addRemoveSavedProviderWithValidSimCredential() 883 PasspointConfiguration origConfig = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in addSavedProviderWithExistingConfig() 2025 PasspointConfiguration config = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in removeGetProviderWithDifferentUid() 2162 PasspointConfiguration origConfig = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in addSuggestionProviderWithExistingConfig() 2244 PasspointConfiguration origConfig = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in addSavedProviderWithExistingSuggestionConfig() 2297 PasspointConfiguration origConfig = createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, in addSuggestionProviderWithExistingConfigFromDifferentSource()
|
D | PasspointProvisionerTest.java | 126 private static final String TEST_IMSI = "310150123456789"; field in PasspointProvisionerTest 240 when(mDataTelephonyManager.getSubscriberId()).thenReturn(TEST_IMSI); in setUp()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | PostDevDataMessageTest.java | 61 private static final String TEST_IMSI = "310150123456789"; field in PostDevDataMessageTest 89 when(mDataTelephonyManager.getSubscriberId()).thenReturn(TEST_IMSI); in setUp()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSuggestionsManagerTest.java | 156 private static final String TEST_IMSI = "123456*"; field in WifiNetworkSuggestionsManagerTest 4141 createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, TEST_REALM); in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled() 4194 createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, TEST_REALM); in testSendImsiProtectionNotificationOnUserAllowed() 4260 createTestConfigWithSimCredential(TEST_FQDN, TEST_IMSI, TEST_REALM); in testAutoJoinIsNotChangedWhenOobPseudonymIsEnabled()
|