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.java128 protected boolean mCmdInProgress = false; field in StkAppService.StkContext
566 mStkContext[slotId].mCmdInProgress + "]"); in handleMessage()
591 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
592 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
607 mStkContext[slotId].mCmdInProgress = false; in handleMessage()
611 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
612 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
655 if (act != null && mStkContext[slotId].mCmdInProgress) { in handleMessage()
844 mStkContext[slotId].mCmdInProgress = false; in sendScreenBusyResponse()
967 mStkContext[slotId].mCmdInProgress = false; in handleSessionEnd()
[all …]