Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java103 protected boolean mCmdInProgress = false; field in StkAppService.StkContext
484 mStkContext[slotId].mCmdInProgress + "]"); in handleMessage()
509 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
510 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
525 mStkContext[slotId].mCmdInProgress = false; in handleMessage()
529 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
530 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
681 mStkContext[slotId].mCmdInProgress = false; in sendScreenBusyResponse()
783 mStkContext[slotId].mCmdInProgress = false; in handleSessionEnd()
881 mStkContext[slotId].mCmdInProgress = false; in handleCmd()
[all …]