Searched refs:tele (Results 1 – 3 of 3) sorted by relevance
239 final TelephonyManager tele = TelephonyManager.from(context); in getActiveSubscriberId() local240 final String actualSubscriberId = tele.getSubscriberId( in getActiveSubscriberId()
1111 final TelephonyManager tele = TelephonyManager.from(mContext); in isTemplateRelevant() local1117 final String subscriberId = tele.getSubscriberId(subId); in isTemplateRelevant()1477 final TelephonyManager tele = TelephonyManager.from(mContext);1478 final String subscriberId = tele.getSubscriberId(subId);1731 final TelephonyManager tele = TelephonyManager.from(mContext); in ensureActiveMobilePolicyAL()1736 final String subscriberId = tele.getSubscriberId(subId); in ensureActiveMobilePolicyAL()2308 final TelephonyManager tele = TelephonyManager.from(mContext); in normalizePoliciesNL() local2309 final String[] merged = tele.getMergedSubscriberIds(); in normalizePoliciesNL()
1686 final TelephonyManager tele = TelephonyManager.from(mContext); in refreshSimState() local1687 int simState = tele.getSimState(slotId); in refreshSimState()