Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java164 private static final String TEST_TERMS_AND_CONDITIONS_URL = field in PasspointManagerTest
3056 assertEquals(TEST_TERMS_AND_CONDITIONS_URL, mManager.handleTermsAndConditionsEvent( in testHandleTermsAndConditionsEvent()
3058 TEST_TERMS_AND_CONDITIONS_URL), config).toString()); in testHandleTermsAndConditionsEvent()
3081 TEST_TERMS_AND_CONDITIONS_URL), config)); in testHandleTermsAndConditionsEvent()
3085 TEST_TERMS_AND_CONDITIONS_URL), null)); in testHandleTermsAndConditionsEvent()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java281 private static final String TEST_TERMS_AND_CONDITIONS_URL = field in ClientModeImplTest
5897 TEST_TERMS_AND_CONDITIONS_URL); in testTermsAndConditionsClearUrlAfterNetworkValidation()
5899 any(WifiConfiguration.class))).thenReturn(new URL(TEST_TERMS_AND_CONDITIONS_URL)); in testTermsAndConditionsClearUrlAfterNetworkValidation()
5903 .sendLinkProperties(argThat(linkProperties -> TEST_TERMS_AND_CONDITIONS_URL.equals( in testTermsAndConditionsClearUrlAfterNetworkValidation()
8497 TEST_TERMS_AND_CONDITIONS_URL); in testVenueAndTCUrlsUpdateForPasspointNetworks()
8499 any(WifiConfiguration.class))).thenReturn(new URL(TEST_TERMS_AND_CONDITIONS_URL)); in testVenueAndTCUrlsUpdateForPasspointNetworks()
8522 assertEquals(TEST_TERMS_AND_CONDITIONS_URL, captivePortalDataCaptor.getValue() in testVenueAndTCUrlsUpdateForPasspointNetworks()
8534 TEST_TERMS_AND_CONDITIONS_URL); in testHandlePasspointTermsAndConditionsWnmNotification()
8536 any(WifiConfiguration.class))).thenReturn(new URL(TEST_TERMS_AND_CONDITIONS_URL)); in testHandlePasspointTermsAndConditionsWnmNotification()
8553 TEST_TERMS_AND_CONDITIONS_URL); in testHandlePasspointTermsAndConditionsWnmNotificationWithBadUrl()