Searched refs:hasIccCard (Results 1 – 11 of 11) sorted by relevance
133 if (mTm.hasIccCard() && (ni != null)) { in onManageMobilePlanClick()178 } else if (mTm.hasIccCard() == false) { in onManageMobilePlanClick()
132 if (mTm.hasIccCard() && (ni != null)) { in onManageMobilePlanClick()177 } else if (mTm.hasIccCard() == false) { in onManageMobilePlanClick()
111 if (telephonyManager.hasIccCard() && bundle != null in isHideSimLockSetting()
102 if (mTelephonyManager.hasIccCard(subInfo.getSimSlotIndex())) { in isSimIccReady()
78 if (mTm.hasIccCard(i)) { in isShowSTKListMenu()
180 if (mTm.hasIccCard(i)) { in addStkMenuListItems()
796 if (i != slotId && mTm.hasIccCard(i)) { in isAllOtherCardsAbsent()
144 when(mTelephonyManager.hasIccCard()).thenReturn(true); in setupMockIcc()
228 boolean hasIccCard(int slotId); in hasIccCard() method249 public boolean hasIccCard(int slotId) { in hasIccCard() method in TelephonyConnectionService.TelephonyManagerProxyImpl250 return mTelephonyManager.hasIccCard(slotId); in hasIccCard()2137 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()
1297 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted); in setSlotHasIccCard()
4320 public boolean hasIccCard() { in hasIccCard() method in PhoneInterfaceManager4335 return phone.getIccCard().hasIccCard(); in hasIccCardUsingSlotIndex()