HomeSort by relevance Sort by last modified time
    Searched refs:mTm (Results 1 - 4 of 4) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkMain.java 43 private TelephonyManager mTm = null;
52 mTm = (TelephonyManager) mContext.getSystemService(
78 if (mTm.hasIccCard(i)) {
StkLauncherActivity.java 54 private TelephonyManager mTm = null;
63 mTm = (TelephonyManager) mContext.getSystemService(
171 if (mTm.hasIccCard(i)) {
StkAppService.java 631 TelephonyManager mTm = (TelephonyManager) mContext.getSystemService(
636 if (i != slotId && mTm.hasIccCard(i)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 86 private TelephonyManager mTm;
124 if (mTm.hasIccCard() && (ni != null)) {
128 mTm.getCarrierPackageNamesForIntent(provisioningIntent);
153 String operatorName = mTm.getSimOperatorName();
157 operatorName = mTm.getNetworkOperatorName();
170 } else if (mTm.hasIccCard() == false) {
222 mTm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);

Completed in 159 milliseconds