Searched defs:mTm (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DStkMain.java43 private TelephonyManager mTm = null; field in class:StkMain
52 mTm = (TelephonyManager) mContext.getSystemService(
78 if (mTm.hasIccCard(i)) {
H A DStkLauncherActivity.java54 private TelephonyManager mTm = null; field in class:StkLauncherActivity
63 mTm = (TelephonyManager) mContext.getSystemService(
171 if (mTm.hasIccCard(i)) {
/packages/apps/Settings/src/com/android/settings/
H A DWirelessSettings.java87 private TelephonyManager mTm; field in class:WirelessSettings
125 if (mTm.hasIccCard() && (ni != null)) {
129 mTm.getCarrierPackageNamesForIntent(provisioningIntent);
154 String operatorName = mTm.getSimOperatorName();
158 operatorName = mTm.getNetworkOperatorName();
171 } else if (mTm.hasIccCard() == false) {
223 mTm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
365 context, ImsManager.getWfcMode(context, mTm.isNetworkRoaming())));

Completed in 85 milliseconds