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