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.java129 protected boolean mCmdInProgress = false; field in StkAppService.StkContext
583 mStkContext[slotId].mCmdInProgress + "]"); in handleMessage()
608 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
609 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
624 mStkContext[slotId].mCmdInProgress = false; in handleMessage()
628 if (!mStkContext[slotId].mCmdInProgress) { in handleMessage()
629 mStkContext[slotId].mCmdInProgress = true; in handleMessage()
904 mStkContext[slotId].mCmdInProgress = false; in sendScreenBusyResponse()
1023 mStkContext[slotId].mCmdInProgress = false; in handleSessionEnd()
1122 mStkContext[slotId].mCmdInProgress = false; in handleCmd()
[all …]