Searched refs:hasIccCard (Results 1 – 9 of 9) sorted by relevance
132 if (mTm.hasIccCard() && (ni != null)) { in onManageMobilePlanClick()177 } else if (mTm.hasIccCard() == false) { in onManageMobilePlanClick()
115 if (telephonyManager.hasIccCard() && bundle != null in isHideSimLockSetting()
78 if (mTm.hasIccCard(i)) { in isShowSTKListMenu()
180 if (mTm.hasIccCard(i)) { in addStkMenuListItems()
781 if (i != slotId && mTm.hasIccCard(i)) { in isAllOtherCardsAbsent()
158 when(mTelephonyManager.hasIccCard()).thenReturn(true); in setupMockIcc()
231 boolean hasIccCard(int slotId); in hasIccCard() method252 public boolean hasIccCard(int slotId) { in hasIccCard() method in TelephonyConnectionService.TelephonyManagerProxyImpl253 return mTelephonyManager.hasIccCard(slotId); in hasIccCard()2186 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()
1501 when(mTelephonyManagerProxy.hasIccCard(slotId)).thenReturn(isInserted); in setSlotHasIccCard()
4996 public boolean hasIccCard() { in hasIccCard() method in PhoneInterfaceManager5011 return phone.getIccCard().hasIccCard(); in hasIccCardUsingSlotIndex()