Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/pps/
DHomeSpTest.java61 private static HomeSp createHomeSp(Map<String, Long> homeNetworkIds) { in createHomeSp()
62 HomeSp homeSp = new HomeSp(); in createHomeSp()
79 private static HomeSp createHomeSpWithHomeNetworkIds() { in createHomeSpWithHomeNetworkIds()
88 private static HomeSp createHomeSpWithoutHomeNetworkIds() { in createHomeSpWithoutHomeNetworkIds()
97 private static void verifyParcel(HomeSp writeHomeSp) throws Exception { in verifyParcel()
102 HomeSp readHomeSp = HomeSp.CREATOR.createFromParcel(parcel); in verifyParcel()
113 verifyParcel(new HomeSp()); in verifyParcelWithEmptyHomeSp()
144 HomeSp homeSp = createHomeSpWithHomeNetworkIds(); in validateValidHomeSp()
155 HomeSp homeSp = createHomeSpWithHomeNetworkIds(); in validateHomeSpWithoutFqdn()
167 HomeSp homeSp = createHomeSpWithHomeNetworkIds(); in validateHomeSpWithoutFriendlyName()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DHomeSp.java48 public final class HomeSp implements Parcelable { class
298 public HomeSp() {} in HomeSp() method in HomeSp
305 public HomeSp(HomeSp source) { in HomeSp() method in HomeSp
353 if (!(thatObject instanceof HomeSp)) { in equals()
356 HomeSp that = (HomeSp) thatObject; in equals()
503 public static final @android.annotation.NonNull Creator<HomeSp> CREATOR =
504 new Creator<HomeSp>() {
506 public HomeSp createFromParcel(Parcel in) {
507 HomeSp homeSp = new HomeSp();
520 public HomeSp[] newArray(int size) {
[all …]
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointTestUtils.java21 import android.net.wifi.hotspot2.pps.HomeSp;
43 private static HomeSp createHomeSp() { in createHomeSp()
44 HomeSp homeSp = new HomeSp(); in createHomeSp()
DConfigParserTest.java24 import android.net.wifi.hotspot2.pps.HomeSp;
89 HomeSp homeSp = new HomeSp(); in generateConfigurationFromProfile()
DPasspointConfigurationTest.java35 import android.net.wifi.hotspot2.pps.HomeSp;
418 HomeSp homeSp = config2.getHomeSp(); in validateUniqueIdDifferentHomeSpSameFqdn()
438 HomeSp homeSp = config2.getHomeSp(); in validateUniqueIdSameHomeSpDifferentFqdn()
688 HomeSp homeSp = new HomeSp(); in testValidatePasspointConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java23 import android.net.wifi.hotspot2.pps.HomeSp;
106 HomeSp homeSp = new HomeSp(); in createFullPasspointConfiguration()
267 HomeSp homeSp = new HomeSp(); in deserializePasspointConfigurationWithUnknownTag()
DPasspointConfigUserStoreDataTest.java31 import android.net.wifi.hotspot2.pps.HomeSp;
139 HomeSp homeSp = new HomeSp(); in createFullPasspointConfiguration()
DPasspointProviderTest.java35 import android.net.wifi.hotspot2.pps.HomeSp;
278 HomeSp homeSp = new HomeSp(); in generateTestPasspointConfiguration()
336 HomeSp homeSp = passpointConfig.getHomeSp(); in verifyWifiConfigWithTestData()
1556 HomeSp homeSp = config.getHomeSp(); in matchOtherPartnersDomainName()
1583 HomeSp homeSp = config.getHomeSp(); in matchAnyHomeOi()
1614 HomeSp homeSp = config.getHomeSp(); in matchAnyHomeOiNegative()
1645 HomeSp homeSp = config.getHomeSp(); in matchAllHomeOi()
1677 HomeSp homeSp = config.getHomeSp(); in matchAllHomeOiNegative()
DPasspointManagerTest.java71 import android.net.wifi.hotspot2.pps.HomeSp;
382 HomeSp homeSp = new HomeSp(); in createTestConfigWithUserCredentialAndRealm()
407 HomeSp homeSp = new HomeSp(); in createTestConfigWithSimCredential()
1714 HomeSp homeSp = new HomeSp(); in addLegacyPasspointConfigWithUserCredential()
1792 HomeSp homeSp = new HomeSp(); in addLegacyPasspointConfigWithSimCredential()
1837 HomeSp homeSp = new HomeSp(); in addLegacyPasspointConfigWithCertCredential()
DPasspointProvisionerTest.java54 import android.net.wifi.hotspot2.pps.HomeSp;
271 HomeSp homeSp = new HomeSp(); in setUp()
DPasspointNetworkNominateHelperTest.java43 import android.net.wifi.hotspot2.pps.HomeSp;
131 HomeSp homeSp = new HomeSp(); in generateProvider()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java24 import android.net.wifi.hotspot2.pps.HomeSp;
127 HomeSp homeSp = new HomeSp(); in generateConfigurationFromPPSMOTree()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java28 import android.net.wifi.hotspot2.pps.HomeSp;
118 private HomeSp mHomeSp = null;
125 public void setHomeSp(HomeSp homeSp) { mHomeSp = homeSp; } in setHomeSp()
131 public HomeSp getHomeSp() { return mHomeSp; } in getHomeSp()
745 mHomeSp = new HomeSp(source.mHomeSp); in PasspointConfiguration()
/packages/modules/Wifi/framework/aidl-export/android/net/wifi/hotspot2/pps/
DHomeSp.aidl19 parcelable HomeSp;
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionStoreDataTest.java31 import android.net.wifi.hotspot2.pps.HomeSp;
525 HomeSp homeSp = new HomeSp(); in createTestConfigWithUserCredential()
DWifiServiceImplTest.java213 import android.net.wifi.hotspot2.pps.HomeSp;
5034 HomeSp homeSp = new HomeSp(); in testGetPasspointConfigurations()
6748 HomeSp homeSp = new HomeSp(); in testFactoryReset()
7936 HomeSp homeSp = new HomeSp(); in addOrUpdatePasspointConfigIsAllowedForAppsTargetingBelowRSdk()
7964 HomeSp homeSp = new HomeSp(); in addOrUpdatePasspointConfigIsNotAllowedForAppsTargetingRSdk()
7989 HomeSp homeSp = new HomeSp(); in addOrUpdatePasspointConfigIsAllowedSettingsApp()
8014 HomeSp homeSp = new HomeSp(); in addOrUpdatePasspointConfigIsAllowedSystemApp()
8042 HomeSp homeSp = new HomeSp(); in addOrUpdatePasspointConfigIsAllowedSystemAlertDOApp()
8070 HomeSp homeSp = new HomeSp(); in addOrUpdatePasspointConfigIsAllowedSystemAlertPOApp()
8097 HomeSp homeSp = new HomeSp(); in addOrUpdatePasspointConfigDisconnectsCaptivePortal()
[all …]
DWifiNetworkSuggestionsManagerTest.java84 import android.net.wifi.hotspot2.pps.HomeSp;
4345 HomeSp homeSp = new HomeSp(); in testAddInvalidPasspointNetworkSuggestions()
5091 HomeSp homeSp = new HomeSp(); in createTestConfigWithUserCredential()
5116 HomeSp homeSp = new HomeSp(); in createTestConfigWithSimCredential()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java21 import android.net.wifi.hotspot2.pps.HomeSp;
309 private static void serializeHomeSp(XmlSerializer out, HomeSp homeSp) in serializeHomeSp()
564 private static HomeSp deserializeHomeSP(XmlPullParser in, int outerTagDepth) in deserializeHomeSP()
566 HomeSp homeSp = new HomeSp(); in deserializeHomeSP()
DPasspointProvider.java34 import android.net.wifi.hotspot2.pps.HomeSp;
667 HomeSp homeSp = new HomeSp(); in convertFromWifiConfig()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java21 import android.net.wifi.hotspot2.pps.HomeSp;
701 private static HomeSp parseHomeSP(PPSNode node) throws ParsingException { in parseHomeSP()
706 HomeSp homeSp = new HomeSp(); in parseHomeSP()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt541 …HomeSP(Landroid/net/wifi/hotspot2/omadm/PpsMoParser$PPSNode;)Landroid/net/wifi/hotspot2/pps/HomeSp;
631 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mHomeSp:Landroid/net/wifi/hotspot2/pps/HomeSp;
715 Landroid/net/wifi/hotspot2/pps/HomeSp;->getHomeNetworkIds()Ljava/util/Map;
716 Landroid/net/wifi/hotspot2/pps/HomeSp;->getIconUrl()Ljava/lang/String;
717 Landroid/net/wifi/hotspot2/pps/HomeSp;->getMatchAllOis()[J
718 Landroid/net/wifi/hotspot2/pps/HomeSp;->getMatchAnyOis()[J
719 Landroid/net/wifi/hotspot2/pps/HomeSp;->getOtherHomePartners()[Ljava/lang/String;
720 Landroid/net/wifi/hotspot2/pps/HomeSp;->MAX_SSID_BYTES:I
721 Landroid/net/wifi/hotspot2/pps/HomeSp;->mFqdn:Ljava/lang/String;
722 Landroid/net/wifi/hotspot2/pps/HomeSp;->mFriendlyName:Ljava/lang/String;
[all …]
/packages/modules/Wifi/framework/api/
Dcurrent.txt1136 method public android.net.wifi.hotspot2.pps.HomeSp getHomeSp();
1142 method public void setHomeSp(android.net.wifi.hotspot2.pps.HomeSp);
1224 public final class HomeSp implements android.os.Parcelable {
1225 ctor public HomeSp();
1226 ctor public HomeSp(android.net.wifi.hotspot2.pps.HomeSp);
1241 …ll public static final android.os.Parcelable.Creator<android.net.wifi.hotspot2.pps.HomeSp> CREATOR;