Home
last modified time | relevance | path

Searched refs:isOobPseudonymFeatureEnabled (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiPseudonymManagerTest.java145 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(CARRIER_ID)).thenReturn(true); in retrievePseudonymOnFailureTimeout_expiredPseudonym_scheduleRefresh()
173 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(CARRIER_ID)).thenReturn(true); in retrievePseudonymOnFailureTimeout_noPseudonym_notScheduleRefresh()
201 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(CARRIER_ID)).thenReturn(true); in updateWifiConfiguration_expiredPseudonym_noUpdate()
214 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(CARRIER_ID)).thenReturn(true); in updateWifiConfiguration_freshPseudonymAndPasspoint_update()
244 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(CARRIER_ID)).thenReturn(true); in updateWifiConfiguration_freshPseudonymAndNonPasspointNetworkSuggestion_update()
270 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(CARRIER_ID)).thenReturn(true); in updateWifiConfiguration_freshPseudonym_update()
295 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(CARRIER_ID)).thenReturn(true); in updateWifiConfiguration_freshPseudonymWithDecoratedIdentity_noUpdate()
DSavedNetworkNominatorTest.java346 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(TEST_CARRIER_ID)) in testIgnoreNetworksFromAppIfNoImsiProtection()
393 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(TEST_CARRIER_ID)) in testAllowNetworksIfOobPseudonymEnabledForImsiProtection()
425 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(TEST_CARRIER_ID)) in testIgnoreNetworksIfOobPseudonymEnabledButNotAvailableForImsiProtection()
DWifiCarrierInfoManagerTest.java782 doReturn(true).when(spyTu).isOobPseudonymFeatureEnabled(DATA_CARRIER_ID); in getEncryptedIdentityWithOobPseudonymEnabled()
1419 doReturn(true).when(spyTu).isOobPseudonymFeatureEnabled(DATA_CARRIER_ID); in getMatchingImsiCarrierIdWithValidCarrierIdForOobPseudonymCheck()
1625 doReturn(true).when(spyTu).isOobPseudonymFeatureEnabled(DATA_CARRIER_ID); in getMatchingImsiCarrierIdForOobPseudonymCheck()
2498 assertFalse(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(123)); in testIsOobPseudonymFeatureEnabled_phFlagDisabled()
2508 assertTrue(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(1)); in testIsOobPseudonymFeatureEnabled_resourceOverrideAsTrue()
DNetworkSuggestionNominatorTest.java1077 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(TEST_CARRIER_ID)) in testSelectNetworkSuggestionForOneMatchSimBasedWithOobPseudonymInfoAvailable()
1131 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(TEST_CARRIER_ID)) in testSelectNetworkSuggestionForOneMatchSimBasedWithOobPseudonymIsNotAvailable()
DClientModeImplTest.java1579 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(anyInt())).thenReturn(true); in testUpdatingOobPseudonymToSupplicant()
1608 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(anyInt())).thenReturn(true); in testNotUpdatingOobPseudonymToSupplicant()
1733 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(anyInt())).thenReturn(true); in testResetSimWhenConnectedSimRemoved()
2021 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(anyInt())).thenReturn(true); in testUpdatePseudonymAsInBandPseudonymWhenConnectionIsEstablished()
3002 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(anyInt())).thenReturn(true); in testEapAkaRetrieveOobPseudonymTriggeredByAuthenticationFailure()
DWifiNetworkSuggestionsManagerTest.java4133 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(TEST_CARRIER_ID)) in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled()
4252 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(TEST_CARRIER_ID)) in testAutoJoinIsNotChangedWhenOobPseudonymIsEnabled()
DWifiServiceImplTest.java5749 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(anyInt())).thenReturn(true); in connectToSimBasedNetworkOobPseudonymEnabledButNotAvailable()
5775 when(mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(anyInt())).thenReturn(true); in connectToSimBasedNetworkWhenOobPseudonymEnabledAndAvailable()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiPseudonymManager.java219 if (!mWifiInjector.getWifiCarrierInfoManager().isOobPseudonymFeatureEnabled(carrierId)) { in retrievePseudonymOnFailureTimeoutExpired()
258 .isOobPseudonymFeatureEnabled(wifiConfiguration.carrierId)) { in updateWifiConfiguration()
303 .isOobPseudonymFeatureEnabled(wifiConfiguration.carrierId)) { in enableStrictConservativePeerModeIfSupported()
445 .isOobPseudonymFeatureEnabled(mCarrierId)) { in onAlarm()
DWifiCarrierInfoManager.java656 && isOobPseudonymFeatureEnabled(subInfo.getCarrierId()) in WifiCarrierInfoManager()
860 if (isOobPseudonymFeatureEnabled(subInfo.getCarrierId()) && isSimReady(subId)) { in onCarrierConfigChanged()
1013 if (isOobPseudonymFeatureEnabled(config.carrierId)) { in getSimIdentity()
1709 if (isOobPseudonymFeatureEnabled(simInfo.simCarrierId)) { in getMatchingImsiBySubId()
1758 if (isOobPseudonymFeatureEnabled(carrierId)) { in getMatchingImsiCarrierId()
2072 if (isOobPseudonymFeatureEnabled(carrierId)) { in sendImsiProtectionExemptionNotificationIfRequired()
2335 public boolean isOobPseudonymFeatureEnabled(int carrierId) { in isOobPseudonymFeatureEnabled() method in WifiCarrierInfoManager
DSavedNetworkNominator.java246 if (mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(carrierId)) { in isSimBasedNetworkAbleToAutoJoin()
DNetworkSuggestionNominator.java356 if (mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(carrierId)) { in isSimBasedNetworkAvailableToAutoConnect()
DClientModeImpl.java3762 && mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(config.carrierId)) { in reportConnectionAttemptStart()
5421 if (mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(carrierId)) { in handleEapAuthFailure()
5769 if (mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled( in processMessageImpl()
5814 if (mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled( in processMessageImpl()
5864 || !mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled( in processMessageImpl()
6129 && mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled( in processMessageImpl()
DWifiNetworkSuggestionsManager.java1023 || mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled( in add()
DWifiServiceImpl.java6821 if (mWifiCarrierInfoManager.isOobPseudonymFeatureEnabled(