Lines Matching refs:TelephonyManager
52 import android.telephony.TelephonyManager;
304 TelephonyManager tm = TelephonyManager.getDefault();
462 TelephonyManager tm = TelephonyManager.getDefault();
478 * TODO: consider adding to TelephonyManager or SubscritpionManasger.
481 int simState = TelephonyManager.SIM_STATE_UNKNOWN;
486 simState = TelephonyManager.getDefault().getSimState(subInfo.getSimSlotIndex());
487 if((simState != TelephonyManager.SIM_STATE_ABSENT) &&
488 (simState != TelephonyManager.SIM_STATE_UNKNOWN)){
974 final TelephonyManager tm = TelephonyManager.from(context);