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.java90 private TelephonyManager mTm; field in class:WirelessSettings
128 if (mTm.hasIccCard() && (ni != null)) {
132 mTm.getCarrierPackageNamesForIntent(provisioningIntent);
157 String operatorName = mTm.getSimOperatorName();
161 operatorName = mTm.getNetworkOperatorName();
174 } else if (mTm.hasIccCard() == false) {
245 return mTm.isSmsCapable();
257 mTm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);

Completed in 163 milliseconds