Home
last modified time | relevance | path

Searched defs:fqdn (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java47 boolean shared, boolean enabled, String fqdn, String providerFriendlyName) { in generateWifiConfig()
76 boolean shared, boolean enabled, String fqdn, String providerFriendlyName, in generateWifiConfig()
DPasspointManagementObjectManagerTest.java86 String fqdn = "tunisia.org"; in addMoFromWifiConfig() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DPasspointManagementObjectManager.java262 String fqdn = sp.getFQDN(); in addSP() local
297 private static OMAConstructed findTargetTree(MOTree moTree, String fqdn) throws OMAException { in findTargetTree()
326 public int modifySP(String fqdn, Collection<PasspointManagementObjectDefinition> mods) in modifySP()
410 public HomeSP getHomeSP(String fqdn) { in getHomeSP()
414 public void removeSP(String fqdn) throws IOException { in removeSP()
416 Log.d(Utils.hs2LogTag(getClass()), "No HS20 profile to delete for " + fqdn); in removeSP() local
420 Log.d(Utils.hs2LogTag(getClass()), "Deleting HS20 profile for " + fqdn); in removeSP() local
438 public String getMOTree(String fqdn) throws IOException { in getMOTree()
648 String fqdn = spRoot.getScalarValue(Arrays.asList(TAG_FQDN).iterator()); in buildHomeSP() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DHomeSP.java58 /*@NotNull*/ String fqdn, in HomeSP()
91 /*@NotNull*/ String fqdn, in HomeSP()
286 private String imsiMatch(List<String> imsis, List<String> fqdn) { in imsiMatch()
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
DHomeSP.java36 /*@NotNull*/ String fqdn, in HomeSP()
69 /*@NotNull*/ String fqdn, in HomeSP()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java141 public void removeSP(String fqdn) throws IOException { in removeSP()
175 public PasspointMatch matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork()
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMOManager.java266 String fqdn = sp.getFQDN(); in addSP() local
321 private static OMAConstructed findTargetTree(MOTree moTree, String fqdn) throws OMAException { in findTargetTree()
442 public HomeSP getHomeSP(String fqdn) { in getHomeSP()
446 public void removeSP(String fqdn, OSUManager osuManager) throws IOException { in removeSP()
689 String fqdn = spRoot.getScalarValue(Arrays.asList(TAG_FQDN).iterator()); in buildHomeSP() local
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl63 int modifyPasspointManagementObject(String fqdn, in modifyPasspointManagementObject()
68 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork()
DWifiManager.java833 public int modifyPasspointManagementObject(String fqdn, in modifyPasspointManagementObject()
862 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DConfigurationMap.java135 public WifiConfiguration getByFQDNForCurrentUser(String fqdn) { in getByFQDNForCurrentUser()
DWifiConfigManager.java951 public int modifyPasspointMo(String fqdn, List<PasspointManagementObjectDefinition> mos) { in modifyPasspointMo()
963 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork()
1773 String fqdn = homeSp.getFQDN(); in readPasspointConfig() local
1807 public void writePasspointConfigs(final String fqdn, final HomeSP homeSP) { in writePasspointConfigs()
DWifiServiceImpl.java1013 …public int modifyPasspointManagementObject(String fqdn, List<PasspointManagementObjectDefinition> … in modifyPasspointManagementObject()
1031 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork()
DWifiConfigStore.java404 final String fqdn = Utils.unquote(mWifiNative.getNetworkVariable( in loadNetworks() local
DWifiStateMachine.java1892 public int syncModifyPasspointManagementObject(AsyncChannel channel, String fqdn, in syncModifyPasspointManagementObject()
1914 public int matchProviderWithCurrentNetwork(AsyncChannel channel, String fqdn) { in matchProviderWithCurrentNetwork()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUSocketFactory.java169 String fqdn = url.getHost(); in getOSUCertificate() local
DOSUManager.java922 public void spDeleted(String fqdn) { in spDeleted()
935 private static int deleteCerts(KeyStore keyStore, String fqdn, String... prefixes) { in deleteCerts()