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.java119 protected boolean mCmdInProgress = false; field in StkAppService.StkContext
579 mStkContext[slotId].mCmdInProgress + "]"); in handleMessage()
604 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
605 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
620 mStkContext[slotId].mCmdInProgress = false; in handleMessage()
624 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
625 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
896 mStkContext[slotId].mCmdInProgress = false; in sendScreenBusyResponse()
1015 mStkContext[slotId].mCmdInProgress = false; in handleSessionEnd()
1114 mStkContext[slotId].mCmdInProgress = false; in handleCmd()
[all …]