Home
last modified time | relevance | path

Searched refs:getSimInfo (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigInterface.java362 String getSimInfo(int logicalSlotId, int type, String client); in getSimInfo() method
DMockModemManager.java340 public String getSimInfo(int slotId, int type) throws Exception { in getSimInfo() method in MockModemManager
348 result = configInterface.getSimInfo(slotId, type, TAG); in getSimInfo()
DIRadioNetworkImpl.java212 simPlmn = mMockModemConfigInterface.getSimInfo(mSubId, in updateSimReady()
DMockModemConfigBase.java1231 public String getSimInfo(int logicalSlotId, int type, String client) { in getSimInfo() method in MockModemConfigBase
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java421 String mccmnc = sMockModemManager.getSimInfo(slotId, in insertSatelliteEnabledSim()