Searched refs:aaaServerTrustedNames (Results 1 – 4 of 4) sorted by relevance
195 String[] aaaServerTrustedNames = new String[] {"www.google.com", "www.android.com"}; in createFullPasspointConfiguration() local196 config.setAaaServerTrustedNames(aaaServerTrustedNames); in createFullPasspointConfiguration()
543 XmlSerializer out, String[] aaaServerTrustedNames) in serializeAaaServerTrustedNames() argument545 if (null == aaaServerTrustedNames) return; in serializeAaaServerTrustedNames()546 if (aaaServerTrustedNames.length == 0) return; in serializeAaaServerTrustedNames()549 for (String fqdn: aaaServerTrustedNames) { in serializeAaaServerTrustedNames()
726 String[] aaaServerTrustedNames = new String[MAX_NUMBER_OF_ENTRIES + 1]; in testValidatePasspointConfig() local727 passpointConfiguration.setAaaServerTrustedNames(aaaServerTrustedNames); in testValidatePasspointConfig()
143 public void setAaaServerTrustedNames(@Nullable String[] aaaServerTrustedNames) { in setAaaServerTrustedNames() argument144 mAaaServerTrustedNames = aaaServerTrustedNames; in setAaaServerTrustedNames()