Searched refs:getRoamingBrokerNumeric_ (Results 1 – 3 of 3) sorted by relevance
78 if (TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_) { in LoadOpKeyOnMccMnc()79 TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_(slotId, mccmncFromSim); in LoadOpKeyOnMccMnc()142 …if (TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_ && TELEPHONY_EXT_WRAPPER.getRoamingBrokerImsi_)… in GetOpKey()143 TELEPHONY_EXT_WRAPPER.getRoamingBrokerNumeric_(slotId, mccmncFromSim_); in GetOpKey()
195 …getRoamingBrokerNumeric_ = (GET_ROAMINGBROKER_NUMERIC)dlsym(telephonyExtWrapperHandle_, "GetRoamin… in InitTelephonyExtWrapperForSim()199 …if (createIccFileExt_ == nullptr || getRoamingBrokerNumeric_ == nullptr || getRoamingBrokerImsi_ =… in InitTelephonyExtWrapperForSim()
152 GET_ROAMINGBROKER_NUMERIC getRoamingBrokerNumeric_ = nullptr; variable