Home
last modified time | relevance | path

Searched refs:isSimCardPresent (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephony4/src/android/telephony4/cts/
DSimRestrictedApisTest.java49 private boolean isSimCardPresent() { in isSimCardPresent() method in SimRestrictedApisTest
61 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 …]
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DSmsNiSuplTest.java74 if (isSimCardPresent()) { in testNiSuplMessage()
89 private boolean isSimCardPresent() { in isSimCardPresent() method in SmsNiSuplTest
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemManager.java226 public boolean isSimCardPresent(int slotId) throws Exception { in isSimCardPresent() method in MockModemManager
230 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()
DMockModemConfigInterface.java322 boolean isSimCardPresent(int logicalSlotId, String client); in isSimCardPresent() method
DMockModemConfigBase.java1165 public boolean isSimCardPresent(int logicalSlotId, String client) { in isSimCardPresent() method in MockModemConfigBase
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCarrierConfigManagerTest.java154 private boolean isSimCardPresent() { in isSimCardPresent() method in CarrierConfigManagerTest
511 if (isSimCardPresent()) { in testNotifyConfigChangedForSubId()
536 if (!isSimCardPresent() in testCarrierConfigNameOverride()
714 if (!isSimCardPresent() in testCellularServiceCapabilitiesOverride()
/cts/tests/devicepolicy/telephony/src/android/devicepolicy/cts/telephony/
DWorkProfileTelephonyTest.java605 assertTrue("[RERUN] This test requires SIM card to be present", isSimCardPresent()); in assertValidSimCardPresent()
610 private boolean isSimCardPresent() { in isSimCardPresent() method in WorkProfileTelephonyTest