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.java115 protected boolean mCmdInProgress = false; field in StkAppService.StkContext
492 mStkContext[slotId].mCmdInProgress + "]"); in handleMessage()
517 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
518 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
533 mStkContext[slotId].mCmdInProgress = false; in handleMessage()
537 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
538 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
687 mStkContext[slotId].mCmdInProgress = false; in sendScreenBusyResponse()
789 mStkContext[slotId].mCmdInProgress = false; in handleSessionEnd()
862 mStkContext[slotId].mCmdInProgress = false; in handleCmd()
[all …]