Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DToneDialog.java131 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
147 sendResponse(StkAppService.RES_ID_END_SESSION); in onKeyDown()
158 sendResponse(StkAppService.RES_ID_END_SESSION); in onTouchEvent()
DStkInputActivity.java225 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
308 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected()
DStkMenuActivity.java299 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
341 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected()
DStkAppService.java211 static final int RES_ID_END_SESSION = 22; field in StkAppService
1128 case RES_ID_END_SESSION: in handleCmdResponse()