Home
last modified time | relevance | path

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

/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java107 protected CatCmdMessage mCurrentCmd = null; field in StkAppService.StkContext
725 if (mStkContext[slotId].mCurrentCmd != null in handleCardStatusChangeAndIccRefresh()
881 if (mStkContext[slotId].mCurrentCmd == null) { in sendScreenBusyResponse()
1072 mStkContext[slotId].mCurrentCmd = cmdMsg; in handleCmd()
1281 if (mStkContext[slotId].mCurrentCmd == null) { in handleCmdResponse()
1344 switch (mStkContext[slotId].mCurrentCmd.getCmdType()) { in handleCmdResponse()
1446 if (null != mStkContext[slotId].mCurrentCmd && in handleCmdResponse()
1478 if (mStkContext[slotId].mCurrentCmd != null) { in cleanUpInstanceStackBySlot()
1603 Input input = mStkContext[slotId].mCurrentCmd.geInput(); in launchInputActivity()
2048 if (mStkContext[slotId].mCurrentCmd.hasIconLoadFailed() || in launchEventMessage()
[all …]