Searched refs:mStkService (Results 1 – 1 of 1) sorted by relevance
180 private AppInterface[] mStkService = null; field in StkAppService322 mStkService = new AppInterface[maxSimCount]; in onCreate()327 mStkService[i] = CatService.getInstance(i); in onCreate()360 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()361 mStkService[slotId] = CatService.getInstance(slotId); in onStart()362 if (mStkService[slotId] == null) { in onStart()369 && (mStkService[i] != null) in onStart()740 mStkService[slotId] = null; in handleCardStatusChangeAndIccRefresh()771 mStkService[i] = CatService.getInstance(i); in handleMultiSimConfigChanged()779 if (mStkService[i] != null) { in handleMultiSimConfigChanged()[all …]