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.java1197 launchConfirmationDialog(alphaId, slotId); in handleCmd()
1207 launchConfirmationDialog(mesg, slotId); in handleCmd()
1528 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.geTextMessage(), in restoreInstanceFromStackBySlot()
1535 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.getCallSettings(). in restoreInstanceFromStackBySlot()
2036 private void launchConfirmationDialog(TextMessage msg, int slotId) { in launchConfirmationDialog() method in StkAppService