Searched refs:mStkService (Results 1 – 2 of 2) sorted by relevance
163 private AppInterface[] mStkService = null; field in StkAppService267 mStkService = new AppInterface[mSimCount]; in onCreate()274 mStkService[i] = CatService.getInstance(i); in onCreate()307 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()308 mStkService[slotId] = CatService.getInstance(slotId); in onStart()309 if (mStkService[slotId] == null) { in onStart()683 mStkService[slotId].onCmdResponse(resMsg); in sendScreenBusyResponse()1002 if (mStkService[slotId] == null) { in handleCmdResponse()1003 mStkService[slotId] = CatService.getInstance(slotId); in handleCmdResponse()1004 if (mStkService[slotId] == null) { in handleCmdResponse()[all …]
44088 01-13 23:19:19.852 1868 1868 D CAT : com.android.stk.StkAppService: mStkService is: -1