Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java3359 final TelephonyManager perSubTm = mTelephonyManager.createForSubscriptionId(subId); in getCarrierConfigForUnderlyingNetwork() local
3360 if (perSubTm.getSimApplicationState() != TelephonyManager.SIM_STATE_LOADED) { in getCarrierConfigForUnderlyingNetwork()
3375 final String mccMnc = perSubTm.getSimOperator(subId); in getCarrierConfigForUnderlyingNetwork()