Home
last modified time | relevance | path

Searched refs:getBestMatchSubscriptionId (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java410 public int getBestMatchSubscriptionId(@NonNull WifiConfiguration config) { in getBestMatchSubscriptionId() method in WifiCarrierInfoManager
499 int subId = getBestMatchSubscriptionId(config); in getSimIdentity()
550 int subId = getBestMatchSubscriptionId(config); in getAnonymousIdentityWith3GppRealm()
866 int subId = getBestMatchSubscriptionId(config); in getGsmAuthResponseWithLength()
939 int subId = getBestMatchSubscriptionId(config); in getGsmSimpleSimNoLengthAuthResponse()
1046 int subId = getBestMatchSubscriptionId(config); in get3GAuthResponse()
1138 int subId = getBestMatchSubscriptionId(config); in decoratePseudonymWith3GppRealm()
1166 int subId = getBestMatchSubscriptionId(config); in resetCarrierKeysForImsiEncryption()
DEapFailureNotifier.java76 mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in onEapFailure()
DNetworkSuggestionNominator.java221 int subId = mWifiCarrierInfoManager.getBestMatchSubscriptionId(config); in isSimBasedNetworkAvailableToAutoConnect()
DClientModeImpl.java4247 mLastSubId = mWifiCarrierInfoManager.getBestMatchSubscriptionId(config);
6454 mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)) in updateWifiConfigOnStartConnection()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java996 assertEquals(INVALID_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in getBestMatchSubscriptionIdWithEmptyActiveSubscriptionInfoList()
1001 assertEquals(INVALID_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in getBestMatchSubscriptionIdWithEmptyActiveSubscriptionInfoList()
1012 assertEquals(DATA_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in getBestMatchSubscriptionIdForEnterpriseWithoutCarrierIdFieldForSimConfig()
1023 assertEquals(INVALID_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in getBestMatchSubscriptionIdForEnterpriseWithoutCarrierIdFieldForNonSimConfig()
1036 assertEquals(NON_DATA_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in getBestMatchSubscriptionIdForEnterpriseWithNonDataCarrierId()
1039 assertEquals(DATA_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in getBestMatchSubscriptionIdForEnterpriseWithNonDataCarrierId()
1053 assertEquals(DATA_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(spyConfig)); in getBestMatchSubscriptionIdForPasspointWithValidCarrierId()
1066 assertEquals(INVALID_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(spyConfig)); in getBestMatchSubscriptionIdForPasspointInvalidCarrierId()
1079 assertEquals(INVALID_SUBID, mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in getBestMatchSubscriptionIdWithDeactiveCarrierId()
DEapFailureNotifierTest.java81 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(mWifiConfiguration)).thenReturn(0); in setUp()
DSavedNetworkNominatorTest.java59 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(any())).thenReturn(VALID_SUBID); in setUp()
DNetworkSuggestionNominatorTest.java814 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(eapSimConfig)) in testSelectNetworkSuggestionForOneMatchSimBasedWithNoSim()
860 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(eapSimConfig)) in testSelectNetworkSuggestionForOneMatchSimBasedWithEncryptionInfoNotAvailabele()
DClientModeImplTest.java1064 .getBestMatchSubscriptionId(any(WifiConfiguration.class)); in setupEapSimConnection()