Home
last modified time | relevance | path

Searched refs:TEST_TERMS_AND_CONDITIONS_URL (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DClientModeImplTest.java233 private static final String TEST_TERMS_AND_CONDITIONS_URL = field in ClientModeImplTest
4267 TEST_TERMS_AND_CONDITIONS_URL); in testTermsAndConditionsClearUrlAfterNetworkValidation()
4269 any(WifiConfiguration.class))).thenReturn(new URL(TEST_TERMS_AND_CONDITIONS_URL)); in testTermsAndConditionsClearUrlAfterNetworkValidation()
4273 .sendLinkProperties(argThat(linkProperties -> TEST_TERMS_AND_CONDITIONS_URL.equals( in testTermsAndConditionsClearUrlAfterNetworkValidation()
6022 TEST_TERMS_AND_CONDITIONS_URL); in testVenueAndTCUrlsUpdateForPasspointNetworks()
6024 any(WifiConfiguration.class))).thenReturn(new URL(TEST_TERMS_AND_CONDITIONS_URL)); in testVenueAndTCUrlsUpdateForPasspointNetworks()
6047 assertEquals(TEST_TERMS_AND_CONDITIONS_URL, captivePortalDataCaptor.getValue() in testVenueAndTCUrlsUpdateForPasspointNetworks()
6059 TEST_TERMS_AND_CONDITIONS_URL); in testHandlePasspointTermsAndConditionsWnmNotification()
6061 any(WifiConfiguration.class))).thenReturn(new URL(TEST_TERMS_AND_CONDITIONS_URL)); in testHandlePasspointTermsAndConditionsWnmNotification()
6078 TEST_TERMS_AND_CONDITIONS_URL); in testHandlePasspointTermsAndConditionsWnmNotificationWithBadUrl()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java157 private static final String TEST_TERMS_AND_CONDITIONS_URL = field in PasspointManagerTest
2986 assertEquals(TEST_TERMS_AND_CONDITIONS_URL, mManager.handleTermsAndConditionsEvent( in testHandleTermsAndConditionsEvent()
2988 TEST_TERMS_AND_CONDITIONS_URL), config).toString()); in testHandleTermsAndConditionsEvent()
3011 TEST_TERMS_AND_CONDITIONS_URL), config)); in testHandleTermsAndConditionsEvent()
3015 TEST_TERMS_AND_CONDITIONS_URL), null)); in testHandleTermsAndConditionsEvent()