Home
last modified time | relevance | path

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

/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkDialogActivity.java89 sendResponse(StkAppService.RES_ID_CONFIRM, true); in onCreate()
98 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onCreate()
235 sendResponse(StkAppService.RES_ID_CONFIRM, false); in onDestroy()
H A DStkAppService.java242 static final int RES_ID_CONFIRM = 13; field in StkAppService
1190 sendResponse(RES_ID_CONFIRM, slotId, true); in handleCmd()
1341 case RES_ID_CONFIRM: in handleCmdResponse()
1431 case RES_ID_CONFIRM: in handleCmdResponse()
1645 sendResponse(RES_ID_CONFIRM, slotId, true); in launchTextDialog()