Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/pps/
DUpdateParameterTest.java55 updateParam.setServerUri("server.pdate.com"); in createUpdateParameter()
300 updateParam.setServerUri(null); in validateUpdateParameterWithoutServerUri()
314 updateParam.setServerUri(new String(rawUriBytes, StandardCharsets.UTF_8)); in validatePolicyWithInvalidServerUri()
332 updateParam.setServerUri(null); in validateUpdateParameterWithNoServerCheck()
DPolicyTest.java82 policyUpdate.setServerUri("policy.update.com"); in createPolicy()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DPasspointTestUtils.java103 policyUpdate.setServerUri("policy.update.com"); in createPolicy()
120 subUpdate.setServerUri("subscription.update.com"); in createSubscriptionUpdate()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java82 subscriptionUpdate.setServerUri("subscription.update.com"); in createFullPasspointConfiguration()
168 policyUpdate.setServerUri("policy.update.com"); in createFullPasspointConfiguration()
DPasspointConfigUserStoreDataTest.java118 subscriptionUpdate.setServerUri("subscription.update.com"); in createFullPasspointConfiguration()
204 policyUpdate.setServerUri("policy.update.com"); in createFullPasspointConfiguration()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java107 subscriptionUpdate.setServerUri("subscription.update.com"); in generateConfigurationFromPPSMOTree()
195 policyUpdate.setServerUri("policy.update.com"); in generateConfigurationFromPPSMOTree()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java130 public void setServerUri(String serverUri) { in setServerUri() method in UpdateParameter
389 updateParam.setServerUri(in.readString());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java856 param.setServerUri((String) value); in deserializeUpdateParameter()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java1327 updateParam.setServerUri(getPpsNodeValue(child)); in parseUpdateParameter()