Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java163 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()
[all …]
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt44088 01-13 23:19:19.852 1868 1868 D CAT : com.android.stk.StkAppService: mStkService is: -1