Searched refs:telMgr (Results 1 – 5 of 5) sorted by relevance
67 public static ImmutableList<UiccSlotInfo> getSlotInfos(TelephonyManager telMgr) { in getSlotInfos() argument68 UiccSlotInfo[] slotInfos = telMgr.getUiccSlotsInfo(); in getSlotInfos()89 TelephonyManager telMgr = context.getSystemService(TelephonyManager.class); in switchToRemovableSlot() local90 if (telMgr.isMultiSimEnabled()) { in switchToRemovableSlot()95 UiccSlotInfo[] slots = telMgr.getUiccSlotsInfo(); in switchToRemovableSlot()149 TelephonyManager telMgr = context.getSystemService(TelephonyManager.class); in switchSlots() local150 if (telMgr.isMultiSimEnabled()) { in switchSlots()155 if (!telMgr.switchSlots(physicalSlots)) { in switchSlots()
139 final TelephonyManager telMgr = context.getSystemService(TelephonyManager.class); in getUiccSlotsInfo() local140 return telMgr.getUiccSlotsInfo(); in getUiccSlotsInfo()
91 final TelephonyManager telMgr = context.getSystemService(TelephonyManager.class); in isSimSlotStateValid() local92 UiccSlotInfo[] slotInfos = telMgr.getUiccSlotsInfo(); in isSimSlotStateValid()115 UiccCardInfo cardInfo = findUiccCardInfoBySlot(telMgr, i); in isSimSlotStateValid()136 private UiccCardInfo findUiccCardInfoBySlot(TelephonyManager telMgr, int physicalSlotIndex) { in findUiccCardInfoBySlot() argument137 List<UiccCardInfo> cardInfos = telMgr.getUiccCardsInfo(); in findUiccCardInfoBySlot()
103 TelephonyManager telMgr = mContext.getSystemService(TelephonyManager.class); in call() local108 ThreadUtils.postOnBackgroundThread(new QueryEsimCardId(telMgr)); in call()113 new QuerySimSlotIndex(telMgr, true, true)); in call()118 new QuerySimSlotIndex(telMgr, false, true)); in call()
807 TelephonyManager telMgr = TelephonyManager.from(mContext) in broadcastConfigChangedIntent() local809 simApplicationState = telMgr.getSimApplicationState(); in broadcastConfigChangedIntent()