Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkDialogActivity.java85 sendResponse(StkAppService.RES_ID_CONFIRM, true); in onCreate()
96 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onCreate()
226 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onDestroy()
DStkAppService.java205 static final int RES_ID_CONFIRM = 13; field in StkAppService
968 sendResponse(RES_ID_CONFIRM, slotId, true); in handleCmd()
1090 case RES_ID_CONFIRM: in handleCmdResponse()
1352 sendResponse(RES_ID_CONFIRM, slotId, true); in launchTextDialog()