Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockSimService.java282 public int getGsmAppIndex() { in getGsmAppIndex() method in MockSimService.SimProfileInfo
1055 public int getGsmAppIndex() { in getGsmAppIndex() method in MockSimService
1056 return mSimProfileInfoList[mSimProfileId].getGsmAppIndex(); in getGsmAppIndex()
DMockModemConfigBase.java631 mCardStatus[slotId].gsmUmtsSubscriptionAppIndex = mSimService[slotId].getGsmAppIndex(); in updateCardStatus()