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.java1213 launchConfirmationDialog(alphaId, slotId); in handleCmd()
1223 launchConfirmationDialog(mesg, slotId); in handleCmd()
1518 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.geTextMessage(), in restoreInstanceFromStackBySlot()
1525 launchConfirmationDialog(mStkContext[slotId].mCurrentCmd.getCallSettings(). in restoreInstanceFromStackBySlot()
2054 private void launchConfirmationDialog(TextMessage msg, int slotId) { in launchConfirmationDialog() method in StkAppService