Lines Matching refs:mStkService
163 private AppInterface[] mStkService = null; field in StkAppService
267 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()
1142 mStkService[slotId].onCmdResponse(resMsg); in handleCmdResponse()
1352 mStkService[slotId].onCmdResponse(resMsg); in sendSetUpEventResponse()