Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/
DLinkPropertiesTest.java93 private static final Uri CAPPORT_API_URL = Uri.parse("https://test.example.com/capportapi"); field in LinkPropertiesTest
161 lp.setCaptivePortalApiUrl(CAPPORT_API_URL); in makeTestObject()
1049 source.setCaptivePortalApiUrl(CAPPORT_API_URL); in testLinkPropertiesParcelable()
1207 assertEquals(CAPPORT_API_URL, lp.getCaptivePortalApiUrl()); in testCaptivePortalApiUrl()