Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Connectivity/tests/common/java/android/net/
DLinkPropertiesTest.java105 private static final Uri CAPPORT_API_URL = Uri.parse("https://test.example.com/capportapi"); field in LinkPropertiesTest
164 lp.setCaptivePortalApiUrl(CAPPORT_API_URL); in makeTestObject()
1018 source.setCaptivePortalApiUrl(CAPPORT_API_URL); in testLinkPropertiesParcelable()
1175 assertEquals(CAPPORT_API_URL, lp.getCaptivePortalApiUrl()); in testCaptivePortalApiUrl()