Home
last modified time | relevance | path

Searched refs:simprofileid (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigBase.java404 int simprofileid = in handleMessage() local
409 Log.d(mTAG, "EVENT_CHANGE_SIM_PROFILE: sim profile(" + simprofileid + ")"); in handleMessage()
410 if (loadSIMCard(physicalSimSlot, simprofileid)) { in handleMessage()
1186 public boolean changeSimProfile(int logicalSlotId, int simprofileid, String client) { in changeSimProfile() argument
1193 + simprofileid in changeSimProfile()
1197 if (simprofileid >= MOCK_SIM_PROFILE_ID_DEFAULT && simprofileid < MOCK_SIM_PROFILE_ID_MAX) { in changeSimProfile()
1199 msg.getData().putInt("changeSimProfile", simprofileid); in changeSimProfile()
DMockSimService.java960 public boolean loadSimCard(int simprofileid) { in loadSimCard() argument
964 mSimProfileId = simprofileid; in loadSimCard()