Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java64 private StkCmdMessage mMainCmd = null; field in StkAppService
255 if (mMainCmd == null) { in handleMessage()
306 if (mMainCmd == null) { in handleMessage()
352 mCurrentCmd = mMainCmd; in handleSessionEnd()
356 if (mCurrentMenu != null && mMainCmd != null) { in handleSessionEnd()
357 mCurrentMenu = mMainCmd.getMenu(); in handleSessionEnd()
389 } else if (mMainCmd != null){ in handleCmd()
390 msg.title = mMainCmd.getMenu().title; in handleCmd()
402 mMainCmd = mCurrentCmd; in handleCmd()