Searched refs:getBestMatchSubscriptionId (Results 1 – 9 of 9) sorted by relevance
410 public int getBestMatchSubscriptionId(@NonNull WifiConfiguration config) { in getBestMatchSubscriptionId() method in WifiCarrierInfoManager499 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()
76 mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)); in onEapFailure()
221 int subId = mWifiCarrierInfoManager.getBestMatchSubscriptionId(config); in isSimBasedNetworkAvailableToAutoConnect()
4247 mLastSubId = mWifiCarrierInfoManager.getBestMatchSubscriptionId(config);6454 mWifiCarrierInfoManager.getBestMatchSubscriptionId(config)) in updateWifiConfigOnStartConnection()
996 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()
81 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(mWifiConfiguration)).thenReturn(0); in setUp()
59 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(any())).thenReturn(VALID_SUBID); in setUp()
814 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(eapSimConfig)) in testSelectNetworkSuggestionForOneMatchSimBasedWithNoSim()860 when(mWifiCarrierInfoManager.getBestMatchSubscriptionId(eapSimConfig)) in testSelectNetworkSuggestionForOneMatchSimBasedWithEncryptionInfoNotAvailabele()
1064 .getBestMatchSubscriptionId(any(WifiConfiguration.class)); in setupEapSimConnection()