Searched refs:getSimState (Results 1 – 12 of 12) sorted by relevance
43 when(tm.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityEapSim()57 when(tm.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityEapAka()71 when(tm.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityEapAkaPrime()85 when(tm.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentity2DigitMnc()96 when(tm.getSimState()).thenReturn(TelephonyManager.SIM_STATE_UNKNOWN); in getSimIdentityUnknownMccMnc()114 when(tm.getSimState()).thenReturn(TelephonyManager.SIM_STATE_READY); in getSimIdentityNonTelephonyConfig()
108 IccCardConstants.State simState = mKeyguardUpdateMonitor.getSimState(subId); in update()
231 && mTelephonyManager.getSimState() == SIM_STATE_READY; in isMobileDataSupported()
1664 if (isSimPinSecure(getSimState(info.getSubscriptionId()))) return true; in isSimPinSecure()1669 public State getSimState(int subId) { in getSimState() method in KeyguardUpdateMonitor1687 int simState = tele.getSimState(slotId); in refreshSimState()1782 if (state == getSimState(id) && bestSlotId > slotId ) { in getNextSubIdForState()
114 State simState = mKeyguardUpdateMonitor.getSimState(subId); in updateCarrierText()
48 if (tm.getSimState() == TelephonyManager.SIM_STATE_READY) { in getSimIdentity()
2031 public int getSimState() { in getSimState() method in TelephonyManager2039 int simState = getSimState(i); in getSimState()2050 return getSimState(slotIndex); in getSimState()2069 public int getSimState(int slotIndex) { in getSimState() method in TelephonyManager
1202 if (TelephonyManager.getDefault().getSimState() != TelephonyManager.SIM_STATE_READY) { in updateImsServiceConfig()1253 if (TelephonyManager.getDefault().getSimState() != TelephonyManager.SIM_STATE_READY) { in updateImsServiceConfigForSlot()
655 int simState = TelephonyManager.getDefault().getSimState(); in notePhoneState()
39985 method public int getSimState();39986 method public int getSimState(int);
43457 method public int getSimState();43458 method public int getSimState(int);
28674 method public int getSimState();