Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java179 private AppInterface[] mStkService = null; field in StkAppService
310 mStkService = new AppInterface[mSimCount]; in onCreate()
315 mStkService[i] = CatService.getInstance(i); in onCreate()
348 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()
349 mStkService[slotId] = CatService.getInstance(slotId); in onStart()
350 if (mStkService[slotId] == null) { in onStart()
357 && (mStkService[i] != null) in onStart()
726 mStkService[slotId] = null; in handleCardStatusChangeAndIccRefresh()
840 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()
1226 if (mStkService[slotId] == null) { in handleCmdResponse()
[all …]