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.java66 private TelephonyManager mTm; field in MobilePlanPreferenceController
75 mTm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in MobilePlanPreferenceController()
129 if (mTm.hasIccCard() && (ni != null)) { in onManageMobilePlanClick()
133 mTm.getCarrierPackageNamesForIntent(provisioningIntent); in onManageMobilePlanClick()
157 String operatorName = mTm.getSimOperatorName(); in onManageMobilePlanClick()
161 operatorName = mTm.getNetworkOperatorName(); in onManageMobilePlanClick()
174 } else if (mTm.hasIccCard() == false) { in onManageMobilePlanClick()
DWifiCallingPreferenceController.java29 private TelephonyManager mTm; field in WifiCallingPreferenceController
33 mTm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); in WifiCallingPreferenceController()
39 mContext, ImsManager.getWfcMode(mContext, mTm.isNetworkRoaming()))); in updateState()
/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.java55 private TelephonyManager mTm = null; field in StkLauncherActivity
64 mTm = (TelephonyManager) mContext.getSystemService( in onCreate()
178 if (mTm.hasIccCard(i)) { in addStkMenuListItems()
DStkAppService.java634 TelephonyManager mTm = (TelephonyManager) mContext.getSystemService( in isAllOtherCardsAbsent() local
639 if (i != slotId && mTm.hasIccCard(i)) { in isAllOtherCardsAbsent()