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.java56 updateParam.setServerUri("server.pdate.com"); in createUpdateParameter()
299 updateParam.setServerUri(null); in validateUpdateParameterWithoutServerUri()
313 updateParam.setServerUri(new String(rawUriBytes, StandardCharsets.UTF_8)); in validatePolicyWithInvalidServerUri()
331 updateParam.setServerUri(null); in validateUpdateParameterWithNoServerCheck()
DPolicyTest.java82 policyUpdate.setServerUri("policy.update.com"); in createPolicy()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java80 subscriptionUpdate.setServerUri("subscription.update.com"); in createFullPasspointConfiguration()
166 policyUpdate.setServerUri("policy.update.com"); in createFullPasspointConfiguration()
DPasspointConfigStoreDataTest.java103 subscriptionUpdate.setServerUri("subscription.update.com"); in createFullPasspointConfiguration()
189 policyUpdate.setServerUri("policy.update.com"); in createFullPasspointConfiguration()
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java108 subscriptionUpdate.setServerUri("subscription.update.com"); in generateConfigurationFromPPSMOTree()
193 policyUpdate.setServerUri("policy.update.com"); in generateConfigurationFromPPSMOTree()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java128 public void setServerUri(String serverUri) { in setServerUri() method in UpdateParameter
359 updateParam.setServerUri(in.readString());
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java117 policyUpdate.setServerUri("policy.update.com"); in createPolicy()
134 subUpdate.setServerUri("subscription.update.com"); in createSubscriptionUpdate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java828 param.setServerUri((String) value); in deserializeUpdateParameter()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java1285 updateParam.setServerUri(getPpsNodeValue(child)); in parseUpdateParameter()