Home
last modified time | relevance | path

Searched refs:isPasspoint (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java434 if (isPasspoint()) { in updateKey()
706 if (config.isPasspoint()) { in getKey()
795 if (config.isPasspoint()) { in matches()
839 if (isPasspoint() || isOsuProvider()) { in matches()
975 if (isPasspoint()) { in updateBestRssiInfo()
998 if (isPasspoint() || isPasspointConfig()) { in getSecurityString()
1080 if (mConfig != null && mConfig.isPasspoint()) { in getConfigName()
1278 public boolean isPasspoint() { in isPasspoint() method in AccessPoint
1279 return mConfig != null && mConfig.isPasspoint(); in isPasspoint()
1525 if (!isPasspoint() && mConfig != config) { in update()
[all …]
H A DWifiSavedConfigUtils.java46 if (network.isPasspoint()) { in getAllConfigs()
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DAccessPointTest.java154 when(spyConfig.isPasspoint()).thenReturn(true); in testCompareTo_GivesNull()
1184 when(spyConfig.isPasspoint()).thenReturn(true); in testUpdate_passpointWifiInfo_updatesPasspointAccessPoint()
1217 when(spyConfig.isPasspoint()).thenReturn(true); in testUpdate_nonPasspointWifiInfo_doesNotUpdatePasspointAccessPoint()
1236 when(spyConfig.isPasspoint()).thenReturn(true); in testGetKey_matchesKeysCorrectly()
1299 when(spyConfig.isPasspoint()).thenReturn(true); in testPasspointAccessPointConstructor_createdAccessPointIsPasspoint()
1303 assertThat(passpointAccessPoint.isPasspoint()).isTrue(); in testPasspointAccessPointConstructor_createdAccessPointIsPasspoint()
1313 when(spyConfig.isPasspoint()).thenReturn(true); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
1331 when(spyConfig.isPasspoint()).thenReturn(true); in testGetScanResults_showsHomeAndRoamingScans()
1346 when(spyConfig.isPasspoint()).thenReturn(true); in testPasspointAccessPoint_setsBestSsid()
H A DWifiTrackerTest.java290 when(config.isPasspoint()).thenReturn(true); in buildPasspointConfiguration()
1043 assertTrue(ap.isPasspoint()); in updatePasspointAccessPoints_returnedAccessPointsArePasspoint()
/aosp14/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java882 return WifiInfo.sanitizeSsid(config.isPasspoint()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...