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.java1215 launchConfirmationDialog(alphaId, slotId); in handleCmd()
1225 launchConfirmationDialog(mesg, slotId); in handleCmd()
1520 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.geTextMessage(), in restoreInstanceFromStackBySlot()
1527 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.getCallSettings(). in restoreInstanceFromStackBySlot()
2053 private void launchConfirmationDialog(TextMessage msg, int slotId) { in launchConfirmationDialog() method in StkAppService