Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DMobilePlanPreferenceController.java69 private TelephonyManager mTm; field in MobilePlanPreferenceController
78 mTm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in MobilePlanPreferenceController()
132 if (mTm.hasIccCard() && (ni != null)) { in onManageMobilePlanClick()
136 mTm.getCarrierPackageNamesForIntent(provisioningIntent); in onManageMobilePlanClick()
160 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick()
164 operatorName = mTm.getNetworkOperatorName(); in onManageMobilePlanClick()
177 } else if (mTm.hasIccCard() == false) { in onManageMobilePlanClick()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DMobilePlanPreferenceController.java69 private TelephonyManager mTm; field in MobilePlanPreferenceController
78 mTm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in MobilePlanPreferenceController()
132 if (mTm.hasIccCard() && (ni != null)) { in onManageMobilePlanClick()
136 mTm.getCarrierPackageNamesForIntent(provisioningIntent); in onManageMobilePlanClick()
160 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick()
164 operatorName = mTm.getNetworkOperatorName(); in onManageMobilePlanClick()
177 } else if (mTm.hasIccCard() == false) { in onManageMobilePlanClick()
/packages/apps/Stk/src/com/android/stk/
DStkMain.java43 private TelephonyManager mTm = null; field in StkMain
52 mTm = (TelephonyManager) mContext.getSystemService( in onCreate()
78 if (mTm.hasIccCard(i)) { in isShowSTKListMenu()
DStkLauncherActivity.java54 private TelephonyManager mTm = null; field in StkLauncherActivity
63 mTm = (TelephonyManager) mContext.getSystemService( in onCreate()
180 if (mTm.hasIccCard(i)) { in addStkMenuListItems()
DStkAppService.java749 TelephonyManager mTm = (TelephonyManager) mContext.getSystemService( in isAllOtherCardsAbsent() local
754 if (i != slotId && mTm.hasIccCard(i)) { in isAllOtherCardsAbsent()