Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockSimService.java286 public int getCdmaAppIndex() { in getCdmaAppIndex() method in MockSimService.SimProfileInfo
1059 public int getCdmaAppIndex() { in getCdmaAppIndex() method in MockSimService
1060 return mSimProfileInfoList[mSimProfileId].getCdmaAppIndex(); in getCdmaAppIndex()
DMockModemConfigBase.java632 mCardStatus[slotId].cdmaSubscriptionAppIndex = mSimService[slotId].getCdmaAppIndex(); in updateCardStatus()