Home
last modified time | relevance | path

Searched refs:SimInfoChangedResult (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigBase.java342 public static class SimInfoChangedResult { class in MockModemConfigBase
351 public SimInfoChangedResult(int type, int efid, String aid) { in SimInfoChangedResult() method in MockModemConfigBase.SimInfoChangedResult
446 SimInfoChangedResult simInfoChangeResult = in handleMessage()
450 case SimInfoChangedResult.SIM_INFO_TYPE_MCC_MNC: in handleMessage()
451 case SimInfoChangedResult.SIM_INFO_TYPE_IMSI: in handleMessage()
467 case SimInfoChangedResult.SIM_INFO_TYPE_ATR: in handleMessage()
686 private SimInfoChangedResult setSimInfo(int slotId, int simInfoType, String[] simInfoData) { in setSimInfo()
687 SimInfoChangedResult result = null; in setSimInfo()
695 case SimInfoChangedResult.SIM_INFO_TYPE_MCC_MNC: in setSimInfo()
713 new SimInfoChangedResult( in setSimInfo()
[all …]
DIRadioSimImpl.java39 import android.telephony.mockmodem.MockModemConfigBase.SimInfoChangedResult;
135 SimInfoChangedResult simInfoChangeResult = in handleMessage()
136 (SimInfoChangedResult) ar.result; in handleMessage()
140 case SimInfoChangedResult.SIM_INFO_TYPE_MCC_MNC: in handleMessage()
141 case SimInfoChangedResult.SIM_INFO_TYPE_IMSI: in handleMessage()
DIRadioNetworkImpl.java41 import android.telephony.mockmodem.MockModemConfigBase.SimInfoChangedResult;
213 SimInfoChangedResult.SIM_INFO_TYPE_MCC_MNC, mTag); in updateSimReady()
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java422 MockModemConfigBase.SimInfoChangedResult.SIM_INFO_TYPE_MCC_MNC); in insertSatelliteEnabledSim()