Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java970 launchConfirmationDialog(alphaId, slotId); in handleCmd()
979 launchConfirmationDialog(mesg, slotId); in handleCmd()
1249 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.geTextMessage(), in restoreInstanceFromStackBySlot()
1256 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.getCallSettings(). in restoreInstanceFromStackBySlot()
1489 private void launchConfirmationDialog(TextMessage msg, int slotId) { in launchConfirmationDialog() method in StkAppService