Searched refs:isSimCardPresent (Results 1 – 7 of 7) sorted by relevance
49 private boolean isSimCardPresent() { in isSimCardPresent() method in SimRestrictedApisTest61 if (isSimCardPresent()) { in testInjectSmsPdu()77 if (isSimCardPresent()) { in testSetLine1NumberForDisplay()93 if (isSimCardPresent()) { in testIccOpenLogicalChannel()110 if (isSimCardPresent()) { in testIccOpenLogicalChannelBySlot()127 if (isSimCardPresent()) { in testIccCloseLogicalChannel()143 if (isSimCardPresent()) { in testIccCloseLogicalChannelBySlot()159 if (isSimCardPresent()) { in testIccTransmitApduBasicChannel()175 if (isSimCardPresent()) { in testIccTransmitApduBasicChannelBySlot()191 if (isSimCardPresent()) { in testIccTransmitApduLogicalChannel()[all …]
74 if (isSimCardPresent()) { in testNiSuplMessage()89 private boolean isSimCardPresent() { in isSimCardPresent() method in SmsNiSuplTest
226 public boolean isSimCardPresent(int slotId) throws Exception { in isSimCardPresent() method in MockModemManager230 return (configInterface != null) ? configInterface.isSimCardPresent(slotId, TAG) : false; in isSimCardPresent()244 if (!isSimCardPresent(slotId)) { in insertSimCard()278 if (isSimCardPresent(slotId)) { in removeSimCard()314 if (isSimCardPresent(slotId)) { in setSimInfo()344 if (isSimCardPresent(slotId)) { in getSimInfo()370 if (isSimCardPresent(slotId)) { in setSimulCallingEnabledLogicalSlots()
322 boolean isSimCardPresent(int logicalSlotId, String client); in isSimCardPresent() method
1165 public boolean isSimCardPresent(int logicalSlotId, String client) { in isSimCardPresent() method in MockModemConfigBase
154 private boolean isSimCardPresent() { in isSimCardPresent() method in CarrierConfigManagerTest511 if (isSimCardPresent()) { in testNotifyConfigChangedForSubId()536 if (!isSimCardPresent() in testCarrierConfigNameOverride()714 if (!isSimCardPresent() in testCellularServiceCapabilitiesOverride()
605 assertTrue("[RERUN] This test requires SIM card to be present", isSimCardPresent()); in assertValidSimCardPresent()610 private boolean isSimCardPresent() { in isSimCardPresent() method in WorkProfileTelephonyTest